Tagged: CSS
-
AuthorPosts
-
July 20, 2023 at 9:31 am #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.
July 21, 2023 at 12:46 pm #1413955Hey 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,
RikardSeptember 5, 2023 at 4:52 am #1418113Please 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.
September 5, 2023 at 10:42 am #1418141Hi,
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,
RikardSeptember 5, 2023 at 5:44 pm #1418188Thank 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.
September 6, 2023 at 1:26 am #1418215Hi,
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 -
AuthorPosts
- The topic ‘Filter appears unnecessarily reduced’ is closed to new replies.