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

    Dear support,
    i placed the logo with the following code a little bit above the main.content with this css:
    div .logo {
    margin-top: 35px!important;
    }

    But now the Slideshow right underneath the header is overlapped by the white header . Is there a way to avoid that? I mean to shift the content little bit down?

    #1197721

    Hey dondela,

    Add this to quick css:

    #full_slider_1{
    top:34px!important;
    }

    Best regards,
    Jordan Shannon

    #1197728

    Hey Jordan,
    awesome, thank you!
    Is there maybe some css to move down the Logo down in mobile-view as well?

    #1197745

    Hi,

    Add this to quick css:

    @media only screen and (max-width: 767px){
    .container.av-logo-container{
    top:30px!important;
    }
    
    nav.main_menu{
    margin-top:-50px!important;
    }}

    Best regards,
    Jordan Shannon

    #1197754

    Thank you! Best support as always!

    #1197755

    Hi,

    No problem at all, I’m happy to help. 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 ‘slideshow under header’ is closed to new replies.