Forums Forums Search & Filter Pro Widget CSS Problem with

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Anonymous
    #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

    Anonymous
    #219768

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

    Trevor
    #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?

    Anonymous
    #219833
    This reply has been marked as private.
    Trevor
    #219836

    Custom CSS for you:

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

    Hi Trevor

    Thank you very much! It´s working fine

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