[Resolved] Editing header widget text (with R/H menu)

Home Forums Support [Resolved] Editing header widget text (with R/H menu)

Home Forums Support Editing header widget text (with R/H menu)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1175573
    Damon

    Hi there,

    I am editing my header widget paragraph text (only), I have set the primary menu to be on the right of the logo but it is pushed down below the logo by the text in the header widget.

    How can I move the navigation back up? (so that the bottom of the logo and navigation line up).

    Kind regards
    Drain0

    GeneratePress Version: 2.4.1
    WordPress 5.3.2

    #1175762
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width: 769px) {
        #site-navigation {
            margin-top: -60px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps ๐Ÿ™‚

    #1175968
    Damon

    Perfect! Thank you Leo.

    #1176542
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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