Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1259546

    Hello everyone:
    have created a new page:
    link below 1:

    when I look at the page everything fits on all devices
    But if I reduce the explorer on the pc (pull it sideways)
    the following picture appears
    Link below: 2:

    in the middle of this page I put the logo (red arrow)
    how can I hide this?

    thanks
    kind regards
    Franz

    #1260323

    Hey,

    Thanks for contacting us!

    Could you please post temporary logins so we can inspect your page? :)

    Best regards,
    Yigit

    #1260337

    hello Yigit
    thank you for your answer

    here the data:

    kind regards
    Franz

    #1261237

    Hi,

    Thank you for the update.

    Looks like the logo appears earlier than expected and the top margin of the header breaks the default layout of the page. To make sure that the logo does not appear unexpectedly and to remove the excess margin above the header, we could use this css code.

    @media only screen and (min-width: 989px) and (max-width: 1024px) {
        #header.av_header_transparency {
    	margin-top: 0 !important;
    	height: 0px;
        }
    
        .logo {  
            display: none !important;
        }
    }
    

    Best regards,
    Ismael

    #1261367

    Hello Ismael
    Works great
    you can close this request

    You always have a super service
    Thanks

    kind regards
    Fran

    #1261394

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Link visible in the middle of the page’ is closed to new replies.