• Resolved bluehorseshoe

    (@bluehorseshoe)


    Hello,

    Saw a similar issue but the OP dropped off the face of the earth. I am trying to center align the content on a website’s pages. Have tried messing with the “Center No Left or Right Sidebar” and “Single No Sidebars” functionality within Basic Settings, but it’s not fixing my issue.

    I don’t want the text itself to be center aligned, just the ‘box’. As an example, if you look here: <url removed>

    The text reaches no further than mid-way through the last menu item.

    Is there a way to accomplish this?

    Thanks!

    • This topic was modified 8 years, 3 months ago by bluehorseshoe.
Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. Is there Full Width page template you can apply to your page? As you need to have full width page first as current page has layout with two columns, i.e. sidebar column is still there even it is empty but it is there.

    2. Once you have got full width template applied to your page. It will expand to full page/screen as one column.

    3. Now you may want to keep text not go all the width, so you can have some css like this :

    .hentry {
        max-width: 900px;
        margin: 0 auto;
    }

    in your style.css file

    This will make the text not go more than 900px or any width you select.
    And margin auto, will set the box to be centered in the screen.

    Hope this solves your issue, if anything in this post does not make sense or is confusing, please let me know I will try to explain.

    Thread Starter bluehorseshoe

    (@bluehorseshoe)

    Consider it resolved! THanks much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Center Content’ is closed to new replies.