Hi,
I have a fixed header on smartphone but I have a problem: the header overlap the slider (I repeat: on smartphone) Can you help me with this?
Thank
Hey teotaban,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
.responsive #top #main {
padding-top: 113px !important;
}}
Best regards,
Vinay
Thank you …it´s perfect now :)