Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #653920

    My header on mobile seems to be stretched out and taking over the whole screen. I am not sure what is causing the issue. please help

    #653968

    I add this code to the css and it fixed the header issue but now the header is covering the top of each page

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #header {
    position: fixed!important;
    }}

    #655127

    Hi,

    Sorry for the delay, Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

     #top #main {
        padding-top: 202px!important;
    }
    

    Best regards,
    Vinay

    #655430

    This didn’t solve the problem

    #655617

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.