• Resolved Shauna Z

    (@kevin-t)


    How do I set my navigation bar so it is aligned with the bottom of my logo (currently is top aligned)? I would also like to remove some of the padding between the log and main navigation; and some spacing between menu items – so the menu stays on one line for smaller screens? My website is https://www.awasteofmakeup.com. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Shauna Z

    (@kevin-t)

    Okay, I was able to remove the padding between the logo and menu, but still can’t get it to align with the bottom of my logo. Thanks for any help you can give me!

    You can do

    .site-navigation {
        padding-top: 25px;
    }

    Increase or decrease the number (25px, in this case) as you see fit.

    Thread Starter Shauna Z

    (@kevin-t)

    Thanks Pixel! That worked perfectly! I appreciate your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Main Navigation Menu’ is closed to new replies.