• The current theme I am using centers itself in the middle of the screen. I want it to be centered on the left side of the screen and to expand to the right side of the screen. How can I make these changes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • What do you mean center it to the left?

    From what I understand you want it to float it to the left with some margins to the left that makes it center.

    If that’s it this is how I would do it:

    margin: 0 0 0 auto;
    float: right;
    width: 100%;

    Hmmm… I’m not sure if that’s going to work. ??

    Thread Starter swedishvolvo

    (@swedishvolvo)

    What theme file would I put this in? index.php? page.php? Yes my theme centers itself in the middle of the screen, I want it to be centered on the left side.

    “Centered on the left side” doesn’t really make sense, from your choices of: Left, Centered, or Right. Maybe you want your main content aligned-left, but with a bit of left-margin so it doesn’t push all the way against the left side of the browser window.

    It sounds like you want an expanding theme, also called liquid layout, or elastic, or fluid width — as opposed to Fixed width like you currently have. There are several choices of that style in the Theme Directory (not as many choices as I would like, but you’ve got some options available). Maybe look thru those and see if any work for ya, some are listed here,

    https://www.ads-software.com/extend/themes/tags/fluid-width

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme centered in screen, I need an expanding theme’ is closed to new replies.