Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #666487

    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

    #666499

    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

    #666523

    Thank you …it´s perfect now :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘slider top position on smartphone’ is closed to new replies.