• Resolved cetian

    (@cetian)


    Hello,

    Can anyone help me center the social and primary menus?

    (it would be a bonus if I could also center the excerpt text, but that is not problematic).

    Thanks in advance.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    To center align the navigations, you might want to try this CSS:

    
    /* Center align menus */
    
    .site-header > nav {
        margin: 0 auto;
    }
    
    

    For the excerpt, you might want to try:

    
    .home .entry-content {
        text-align: center;
    }
    

    I hope this helps.

    Thread Starter cetian

    (@cetian)

    @aleone89

    Thank you so much, it worked perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center primary menu+social menu and post excerpt’ is closed to new replies.