columns not filling out the frame

  • Posts: 24
  • Thank you received: 0
7 years 10 months ago #273547

-- url of the page with the problem -- : www.efashioncafe.com
-- HikaShop version -- : 1505191201
-- Joomla version -- : 3.7.2.
-- PHP version -- : 7.0.20
-- Browser(s) name and version -- : Chrome 59.0.3071.115 (Official Build) (64-bit)
-- Error-message(debug-mod must be tuned on) -- : No error message available

Hi guys

Yes, this is a free version of Hikashop, I am trying to convince the site owner to upgrade but not working very well... moving on

The issue is this: I have created a module with "HikaShop Content Module"

When I set the parameters up, I wanted 2 columns wide and a total of 4 products (to simulate 4 squares if you will)

The issue is, Despite saying I want only 2 columns Hikashop insists on making it 4 columns wide, but only displaying in the first 2 (See Image 1 for settings and Image 2 for displayed outcome of those settings)

Can you please provide advice on how to get it to play nice.

Thank you

Attachments:

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

  • Posts: 83799
  • Thank you received: 13571
  • MODERATOR
7 years 10 months ago #273586

Hi,

That's because of the CSS code:
@media (min-width: 1024px) {
.hikashop_product {
width: 25%!important;
}
}
of the file www.efashioncafe.com/templates/lt_clothes_shop/css/default.css of your template. You should remove that CSS and it will display properly.

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

Time to create page: 0.056 seconds
Powered by Kunena Forum