Category Page Responisiveness

  • Posts: 281
  • Thank you received: 7
  • Hikamarket Frontedition Hikamarket Multivendor Hikaserial Standard Hikashop Business
8 years 8 months ago #252701

-- url of the page with the problem -- : aquacorals.com/index.php/corals/soft-corals/branching-leathers
-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.2
-- PHP version -- : 5.4.45

Hi,
I've tried several solutions that can be found in the forums for making a 3 column category page change to a single column when viewed on a smaller mobile screen. I've succeeded with this except that the images become left aligned while the text and buttons remain center aligned.

The code I'm using is the following in the Frontend_custom.css without bootstrap turned on.

@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;}
}

I'd love to be able to make the images center aligned as well.

Thoughts?

Please Log in or Create an account to join the conversation.

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
8 years 8 months ago #252752

Hello,

Can you try this Css code :

img.hikashop_product_listing_image {
    margin: auto !important;
}

Note : The "!important" is required because the margin display come from your template, and so you can too custom your template.responsive.css file in order to add some @media.

Hope this will help you.

Regards

Last edit: 8 years 8 months ago by Philip.
The following user(s) said Thank You: a2zcs

Please Log in or Create an account to join the conversation.

  • Posts: 281
  • Thank you received: 7
  • Hikamarket Frontedition Hikamarket Multivendor Hikaserial Standard Hikashop Business
8 years 8 months ago #252790

Perfect! That worked!
Thanks!

Please Log in or Create an account to join the conversation.

Time to create page: 0.071 seconds
Powered by Kunena Forum