Formating problem on category header

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeFormating problem on category header

This topic has been marked as resolved.

Hi!

I created two main categories on the main header “BUTOR” and “DEKOR”. Both have the same settings. However, the “DEKOR” category has some formatting issues. The 4 columns are pushed to the left side and there is a white blank area on the right side. (see attached screenshots).
How can I solve that?

Thanks in advance for your help!

 axanne
August 15, 2016 at 3:59 pm #50234

Hi,

We will need the website admin access, so we can check configuration.

You can use hidepost to share private information with the support staff.

BR,
ThemeBurn team

August 16, 2016 at 6:06 pm #50266

Hi,
thanks for the quick reply. I already fixed it myself.

I put a class name to a menu entry and added custom css to that class:


@media screen and (min-width: 990px) {
    .main_navigation_xxx .tb_subcategories .tb_multicolumn {
      -webkit-column-width: 220px;
      -moz-column-width: 220px;
      column-width: 220px;
      margin-top: -20px;
    }
}

Width depends on the amount of columns and the width of the wrapper or body. In my case, it’s a fixed width of 1200px.

 axanne
August 18, 2016 at 4:45 pm #50313

Hi,

Thanks for sharing the solution!

BR,
ThemeBurn team

August 24, 2016 at 5:48 pm #50385
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.