[Resolved] primary nav top padding

Home Forums Support [Resolved] primary nav top padding

Home Forums Support primary nav top padding

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #252065
    Duncan

    Hi Guys

    I can add padding to the top of my primary nav bar
    .main-navigation {
    padding-top: 30px;
    }

    But the background colour just stretches and doesnt pad and I cant find a fix

    I want the navigation to be centre top/bottom – with a 40px height – simple eh?

    http://totally.mcweb.com.au/

    #252070
    Duncan

    I think I fixed it

    .main-navigation {
    clear: both;
    display: block;
    margin-top:40px;
    }

    Use margin – not padding

    You’re Welcome!

    #252111
    Leo
    Staff
    Customer Support

    Glad you got it working! 🙂

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