Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1413807

    Hello. On our website we use a plugin for filtering motorboats. The filter is embedded in the Sidebar Pages widget. Now the problem is that not all options of this filter are visible. It seems that it is embedded inside a “HTML window”, so unfortunately you have to scroll down to see all the options. Why? The plugin maker meant that this appearance has nothing to do with the plugin, but is due to the CSS settings by Enfold. If this is true, how can I change them and what elements should such a customization of CSS contain? Of course we understand that you will not be available to write CSS code for us, but at least some hints how such a code could look like would be great. Thank you very much and best regards.

    #1413955

    Hey lakeconstance,

    I’m not sure that I understand your intentions. Are you looking to remove the scroll bar, or have the sidebar fixed? Please try to explain what you are looking to achieve a bit further, or post a screenshot highlighting your intentions.

    Best regards,
    Rikard

    #1418113

    Please check this gif to understand what I mean. In it you can see on the left side that although there would be enough space, not all filter options are visible, so you have to scroll down. How can I change this? Thank you.

    #1418141

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    .wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
        max-height: 600px;
    }

    Best regards,
    Rikard

    #1418188

    Thank you very much, it worked. However, it didn’t work by inserting the code under General styling > Quick CSS, but via Design > Customizer > Additional CSS. I guess that’s the right way to go.

    #1418215

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Filter appears unnecessarily reduced’ is closed to new replies.