center text

  • Unknown's avatar

    I need help centring the text I have under the menu options. I have chosen centre but its not far enough right. I want it centered under the menu options.

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

  • Unknown's avatar

    Hi there, there are two things in play here. Add the following to the bottom of your custom CSS and see what you think.

    .home .content-wrapper .content-area {
    	float: none;
    	margin-left: auto;
    	margin-right: auto;
    }
    @media screen and (min-width: 1180px) {
    .home .content-wrapper {
    	padding-left: 55px;
    }
    }
  • The topic ‘center text’ is closed to new replies.