[Support request] Menu Bottom Right Of Full Page Header

Home Forums Support [Support request] Menu Bottom Right Of Full Page Header

Home Forums Support Menu Bottom Right Of Full Page Header

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

    Hi,
    can anyone help me out. I’m try to place the main site menu on the bottom right of a full page header but with no luck so far.

    I’m am using GeneratePress premium and been able to place the menu below the header title but not below the header content. It seems that this may not be achievable via the customizer.

    Could there be a way using the after_header_content hook? If so could someone point me in the right direction.

    Thanks Anthony

    #570569
    David
    Staff
    Customer Support

    Are you using the GP Page Headers?

    #570571
    Anthony

    Hi David,

    Yes, I am.

    #570575
    David
    Staff
    Customer Support

    If you have the PageHeader set to Merge with Site Header (on the advanced tab). Then we can move the navigation using CSS, this will maintain the sticky navigation as well:

    .generate-merged-header {
    	position: relative;
    }
    #site-navigation {
    	position: absolute;
    	width: 100%;
    	bottom: 0
    }
    #570664
    Anthony

    Thanks David,

    It works when I remove “position relative” from generate-merged-header

    strange

    #570673
    David
    Staff
    Customer Support

    The code works for me with the Primary Navigation Location set to Below Header. But glad you got it working.

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