Product & Categories 3 column (div) layout

  • Posts: 5
  • Thank you received: 0
8 years 1 week ago #271120

After removing new CSS of version 3.1.1 my layout seems good, but the 3 columns are showed with 2 columns and the third column has a space.

When i change to 2 column seems OK, or 4 columns seems ok.

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

  • Posts: 83984
  • Thank you received: 13601
  • MODERATOR
8 years 1 week ago #271126

Hi,

Can you provide a link to a page with the issue so that we can look at the situation ?

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

  • Posts: 5
  • Thank you received: 0
8 years 1 week ago #271192

My home page, this link: mysite.com/

The parameters of the link attached.

Attachments:
Last edit: 8 years 1 week ago by claytoni9bh.

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

  • Posts: 5
  • Thank you received: 0
8 years 1 week ago #271193

Before update the layout are ok without file modifications.

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

  • Posts: 83984
  • Thank you received: 13601
  • MODERATOR
8 years 1 week ago #271195

The issue comes from some customization.
You have the CSS:
.hkc-md-4 {
width: 33.66666566666533%;
}
in the customized frontend CSS of HikaShop. That CSS doesn't exist by default and that's this CSS which breaks the display since 33.6 * 3 is higher than 100% and thus it's not possible to have three elements of that width on the same line.
You'll have to fix your CSS and use something like we have by default instead:
.hkc-md-4 {
width: 33.33333333%;
}

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

  • Posts: 5
  • Thank you received: 0
8 years 1 week ago #271322

Tks, solved

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

Time to create page: 0.064 seconds
Powered by Kunena Forum