• Hi there,

    I’m trying to align the base of the logo/website title to the base of the menu titles. Is there a quick fix for this without having to resort to code? Can’t seem to find an option in the customiser, I also have the plugin Options for Twenty Twenty-One activated but can’t seem to find anything there. Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • A very quick solution could be something custom CSS:

    @media only screen and (min-width: 482px) {
    .site-branding { padding-bottom: var(--primary-nav--padding); }
    }

    You would have to insert and save this under Appeareance > Customizer > Additional CSS.

    Thread Starter katherinemasters

    (@katherinemasters)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Align base of logo to base of menu’ is closed to new replies.