Able theme – Menu text size/spacing CSS Code?

  • Unknown's avatar

    I am using the Able theme with custom CSS upgrade. I would like to increase the size of my Top menu text and/or increase the spacing between the items. Where could I find the CSS snippet to edit? Please help ASAP!
    Blog url: http://blesque1.wordpress.com/

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    To increase the font size of your top menu items, try adding the following custom CSS:

    .main-navigation ul, .main-small-navigation ul {
    font-size: 1.2em;
    }

    To increase the space between the items, try the following CSS:

    .main-navigation li {
    margin-left: 10px;
    }

    To add custom CSS, you can go to Appearance > Custom Design and use the CSS tab.

  • The topic ‘Able theme – Menu text size/spacing CSS Code?’ is closed to new replies.