Primary Menu – Text Align Center

Support Forums for LiveMesh Themes & Plugins Forums Squash Theme Support Primary Menu – Text Align Center

Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5579
    JustApollo
    Member

    Hey!

    First of all, thanks a ton for doing what you do. Squash is a phenomenal template, and I’ve enjoyed using it immensely. I’m really happy with the way my site is turning out.

    The only problem I’ve run into so far is trying to center the information for the primary header. By default it appears to align left, and I’d like to have it stay responsive and align center if possible. I’ve tried messing around with the custom .css a bit, and I haven’t had any luck so far.

    I’m not the best when it comes to messing with code, so I’m wondering if you can help me out with this.

    I’ll link my website below in case you need to take a look.
    http://www.coreyallenportfolio.com

    Thanks!

    – Corey

    #5644
    Nexus
    Moderator

    Hey Corey,

    Glad that you like the theme. Please put the following code into custom css in theme options

    .dropdown-menu-wrap ul {
    margin: 0 auto;
    display: inline-block;
    }
    
    #primary-menu {
    text-align: center;
    }

    Hope that works for you 🙂 .Thanks!

    #5757
    JustApollo
    Member

    Awesome, thank you!

    I had to throw it into Appearance -> Edit CSS rather than the theme options, but it worked like a charm.

    Thanks for your time!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Primary Menu – Text Align Center’ is closed to new replies.