Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #841634

    Hey,

    i want that the navigation overlaps a little bit the content area.
    Example: A slider one front page. Navigation overlaps few pixel the top of the slider. But i found no way to make this.

    Anyone have an idea how i can do this?

    Thanks and best regards,
    Dennis

    • This topic was modified 7 years, 3 months ago by Black-Shadow.
    #841654

    This is what i want:
    Want this menu position

    #841669

    Hi,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #841682
    This reply has been marked as private.
    #841832

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .home #header_main_alternate {
        position: absolute;
        top: 175px;
    }

    Best regards,
    Rikard

    #841954

    Thank you Rikard and how can I set navigation to middle? It is not centered
    Do you know how i can set?

    I dont want lost responsiveness

    • This reply was modified 7 years, 3 months ago by Black-Shadow.
    #842218

    I try it with position: inherit and now it works fine :)

    #842665

    Works only on startpage with slider :/
    So i need help again…

    #843140

    Hi Black-Shadow,

    Try without .home, like this

    
     #header_main_alternate {
        position: absolute;
        top: 175px;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

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