Secondary menu placement

Home Forums Support Secondary menu placement

Home Forums Support Secondary menu placement

  • This topic has 3 replies, 2 voices, and was last updated 8 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #184530
    David

    I have a secondary menu on the page below to the right of the logo. (the menu with the Home first link)
    I have looked through all the customizer settings and also used Developer Tools to adjust the top margin or padding, but have been unsuccessful in getting it where I want!
    I essentially want it to be more centered vertically so it more balanced within the white space in that header area.
    TIA, Dave

    http://touchstonesoftware.com.au/ihs/

    #184559
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    I need to add this option into the Customizer.

    You can use this CSS:

    @media (min-width: 769px) {
        .secondary-navigation {
            margin-top: 20px;
        }
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    Adjust the px as needed ๐Ÿ™‚

    #184659
    David

    Hi Tom,
    Unfortunately that also pushes the logo down – see the site now…
    Cheers, Dave

    Update: Actually I take that back, I think it is OK! late here – I need some sleep, will check in the morning!

    http://touchstonesoftware.com.au/ihs/

    • This reply was modified 8 years ago by David.
    #184738
    Tom
    Lead Developer
    Lead Developer

    Looks good to me ๐Ÿ™‚

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