Site logo

[Support request] background on the header.

Home Forums Support [Support request] background on the header.

Home Forums Support background on the header.

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #2485504
    Jusung

    When I set before header, the menu is located out of the image..

    #2485519
    Fernando
    Customer Support

    It’s alright. It’s just the structure we’re going for.

    Now, try adding this through Appearance > Customize > Additional CSS:

    .header-wrap {
        position: relative !important;
    }
    
    .header-wrap > .main-navigation {
        position: absolute;
        bottom: 15%;
        left: 50%;
        z-index: 100;
        width: 100%;
        transform:translateX(-50%);
    }

    You may alter 15% to your preferred vertical position for the menu.

    #2485520
    Jusung

    THere is no way to put the menu inside??

    #2485522
    Fernando
    Customer Support

    Have you tried the code above? How did it go?

    #2485523
    Jusung

    Thank you!! it works now!!

    #2485563
    Fernando
    Customer Support

    You’re welcome, Jusung!

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.