Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Widget CSS Problem with

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Markus Freitag
    #219746

    Hello,

    The Search Widget in the sidebar has a big distance to the left border. That´s why it´s showing very bad in Tablets. By using checkbox with second level categories it´s worst and not useable.

    I think it must be changed in search-filter.min.css but where? Or is it possible to delete the

      in a file?

      I want to have all near the left border of the sidebar.

      Best regards

      Markus

    Markus Freitag
    #219768

    < ul > caused the problem in the widget… was probably deleted when saving

    Trevor Moderator
    #219803

    Do you still require support on this issue? The <ul. padding and margins will have been added by your theme, so will need custom CSS to override. If you do need help with this, are you able to send me a live link/URL to your search page so I can take a look?

    Markus Freitag
    #219833
    This reply has been marked as private.
    Trevor Moderator
    #219836

    Custom CSS for you:

    .searchandfilter > ul {
      padding-left: 0;
    }
    Markus Freitag
    #219848

    Hi Trevor

    Thank you very much! It´s working fine

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

The topic ‘Widget CSS Problem with’ is closed to new replies.