Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey, docsboston!

    If you’re sure the theme doesn’t have an option to center the menu, you could try adding the following to your style.css if you have a child theme, or add a plugin like Simple Custom CSS and add it to that.

    ol, ul {
    margin: 0px 0px 0px 10%;
    padding: 0px;
    }

    You can center the menu using this CSS:

    #menu-real-menu {
       margin: 0 auto;
       display: table;
       float: none;
    }

    Also I would like to style the button in Featured Content.

    That’s pretty vague. Exactly how did you want to style them?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Full Frame Pro – How to Center the Menu & Style Button?’ is closed to new replies.