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

    Hello!

    Is it possible to spread out the main menu prompts – create more space between them? What would be the CSS to do so?

    THANK YOU

    Jim

    #367737

    Hi James!

    Try adding this to your custom CSS.

    .main_menu > div > ul > li {
        margin-left: 10px;
        margin-right: 10px;
    }

    If that’s not what your trying to do then send us a link and take a screenshot highlighting what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    #367825

    Thanks Elliott – that works just fine!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Main Menu prompt spacing’ is closed to new replies.