Forums Forums Search & Filter Pro Can't get rid of random spacing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #107723
    This reply has been marked as private.
    Trevor
    #107806

    Try this Custom CSS:

    .page-content.txt section.post_content .searchandfilter > ul ul {
      padding: 0;
    }
    .page-content.txt section.post_content .searchandfilter > ul {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
    Anonymous
    #107808

    Hey Trevor,

    Thanks! That got rid of the spacing above, created some weird spacing on the sides but fixed it by excluding the second CSS code and changing the first to:

    .page-content.txt section.post_content .searchandfilter > ul ul {
    padding-top: 0;
    }

    also added

    .page-content.txt section.post_content .searchandfilter > ul {
    padding-top: 0;
    } instead of the second one and achived what I was looking for!

    Issue resolved, once again thank you very much!

    Cheers.

    Trevor
    #107844

    Cool. I didn’t quite know what you need, so I gave examples only. I will close this thread.

Viewing 4 posts - 1 through 4 (of 4 total)