Home Forums WoodMart support forum vendor shop page

vendor shop page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #308431

    erez
    Participant

    Hi

    I have a number of display issues on vendor shop page: (Attached Image)
    I added the login information, private area.

    1- The image title does not stretch to the end
    2- The side menu should be on the right side and not the left
    3- The filter is stuck and unresponsive .

    *WC Marketplace support Claim it has nothing to do with them.
    I would appreciate your assistance

    Attachments:
    You must be logged in to view attached files.
    #308681

    Bogdan Donovan
    Keymaster

    Hello,

    1. Try to upload a wider image that will be equal to your container width, or use the following custom code:

    .woocommerce-products-header {
    	width: 100%;
    }

    2. Our theme does not affect the position of the WCMP widget sidebar and plugin styles, designed in the way that they change sidebar position to the left when RTL language is activated. You can switch to default WordPress theme and check it how it works.

    3. Try to add following code to the Global Custom CSS area in Theme Settings to hide following filter button.

    .wcmp-middle-sec .wd-filter-buttons {
    	display: none;
    }

    Kind Regards

    #308817

    erez
    Participant

    Thank you very much, works great

    #308913

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance

Viewing 4 posts - 1 through 4 (of 4 total)