I have to manage to override this style:
.responsive.html_mobile_menu_tablet.html_header_top #top #main {padding-top: 0 !important; margin: 0;}
.responsive.html_mobile_menu_tablet.html_top_nav_header.html_header_sticky #top #wrap_all #main{padding-top:0;}
I want to specify that in only in the .woocommerce-page padding is 138px
i don’t know how to do!
Hey 4EPIU,
.woocommerce-page .responsive.html_mobile_menu_tablet.html_header_top #top #main {padding-top: 138px !important; margin: 0;}
.woocommerce-page .responsive.html_mobile_menu_tablet.html_top_nav_header.html_header_sticky #top #wrap_all #main{padding-top:138px;}
Try that and let us know if it works as should
Best regards,
Basilis
don’t works!
whatch it in tablet version ora mobile version
;(
Hi 4EPIU,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 767px) {
.responsive #top.woocommerce-page #main {
padding-top: 138px !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
doesn’t work!
this code style subscribe it!
media only screen and (max-width: 989px) and (min-width: 768px)
.responsive.html_mobile_menu_tablet.html_header_top #top #main {
padding-top: 0 !important;
margin: 0;
}
Hi 4EPIU,
Best regards,
Victoria