Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • dnldlfn Friend
    #911160

    Good morning,

    I created a website ([https://www.italywinesonline.co.uk]) using this template and I added a filter to search the products and everything works fine except if I use the filter in the home page.
    In this case the filter use the special page layout that does not display the products correctly, the result is like [https://www.italywinesonline.co.uk/specials?_test_special_page=1]

    Could you please help me?

    Ninja Lead Moderator
    #912105

    Hi,

    My CSS style below will help you to fix this bug

    Open templates/ja_bookshop/css/custom.css file and add new CSS style

    #mfilter-content-container .product-list > div {
        float: left !important;
        width: 33% !important;
        text-align: center !important;
    }

    Regards

    dnldlfn Friend
    #917495

    Thank you for your reply.
    It fix the product list but not the bar with product compare, sort by, …

    Ninja Lead Moderator
    #917537

    Try to add the CSS style to custom.css file

    .product-filter .display, .product-filter .product-compare, .product-filter .limit {
        float: left;
    }
Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum