Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Saguaros Moderator
    #919797

    Hi @oscarlito,

    You will have to customise much to achieve that: layout of Hikashop listing page and style css. This will take time so I recommend you to hire a developer to get it done for you.

    oscarlito Friend
    #920032

    No problem. I figured it out.
    I just used a css script i found on-line and it worked like a charm.

    @media only screen and (max-width: 970px) {
    .hikashop_subcategories div.hikashop_category, .hikashop_products_listing div.hikashop_product
    {width: 50% !important;}
    }

    @media only screen and (max-width: 750px) {
    .hikashop_subcategories div.hikashop_category, .hikashop_products_listing div.hikashop_product
    {width: 100% !important;}
    }

    The above forces the products into 2 columns for screens under 970 pixels and 1 column under 750px

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

This topic contains 2 replies, has 2 voices, and was last updated by  oscarlito 8 years, 1 month ago.

The topic ‘Responsive Layout using Hikashop’ is closed to new replies.