• Resolved crenetex

    (@crenetex)


    Hello,

    I’d like to center my main navigation bar and have scoured through multiple forums to figure this out, but have found no luck.

    I tried many variations of the custom css noted below.
    nav#site-navigation {
    text-align: center;
    }

    Can anyone help me figure this problem out?
    The theme I am using is Tesseract.
    My header is currently in the full width setting not default.

    Thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter crenetex

    (@crenetex)

    nav#site-navigation {
    position: absolute;
    top: 25px;
    left: 15%;
    right: 0%;
    margin-left:auto;
    margin-right:auto;
    }

    Messed around with this code and it worked!

Viewing 1 replies (of 1 total)
  • The topic ‘Center Main/Header Navigation Menu’ is closed to new replies.