- This topic has 2 replies, 3 voices, and was last updated 4 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › Fix for Avada 7.0.2 WP Theme and category items display
Tagged: avada theme, css, dropdown, selector
In case anyone runs into it, the Avada overrides some of the eStore CSS with its own. When you list a category of products, the display boxes will not show all the content and boxes may be uneven sizes. Dropdown selectors for variations will also be oversized. Here’s the Custom CSS to fix it. Just put it in your Custom CSS in theme options and all will work fine. This adjusts the variation selector height, fancy wrapper for product display and search input field size. Adjust values as you see fit
.eStore_variation {
height:25px !important;
border-radius:0px !important;
color:#000000 !important;
}
.eStore-fancy-wrapper {
height:auto !important;
}
.eStore_product_search_input_field {
height:28px !important;
}
Thank you for the contribution.
Thank you.