OC Filter Not Formatted Correctly

ThemeBurn SupportForumsOpenCart ThemesPavilion OpenCart ThemeOC Filter Not Formatted Correctly

This topic has been marked as not resolved.

Hello,

No matter which skin I try, the OC Filter won’t format correctly. I tried the advice here:http://support.themeburn.com/topic/default-oc-filter-not-working and uploaded the bootstrap.min.css and added the extra stylesheet information.

Here is what the styling currently looks like:

Here is what I’m trying to get it to look like:

http://shoppica.pavilion-theme.com/index.php?route=product/category&path=212

Any help would be greatly appreciated!

March 22, 2015 at 7:01 pm #39476

I was able to fix the above issue by editing this in the custom CSS. :

div.list-group-item + a.list-group-item {
margin-top: 10px;
}

to

div.list-group-item + a.list-group-item {
margin-top: 10px;
clear: both;
}

  • This reply was modified 3339 days ago by  RocGirl72.
March 22, 2015 at 7:39 pm #39479

Hi,

If you want, you can reduce the vertical spacing between checkbox options with this code:

a.list-group-item {
  margin-bottom: 10px;
}
.list-group-item label {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

BR,
ThemeBurn team

March 27, 2015 at 11:19 am #39575
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.