• Hello, I am using this theme: https://theme.wordpress.com/themes/forever/, I am using the theme with 1 main column and 1 sidebar. I am wanting to widen the entire thing. Make the main column a wider and then make the sidebar wider as well so that I can have space for 2 125px x 125px images (essentially 2 sidebars in 1). Or if there is a way to make 2 sidebars (on the same side) that’s fine too. I just want the main column to be wider too so the sidebars aren’t squished.

    I tried changing the “560” in the code to 660 or 760 but it still looks the same.

    Any help would be greatly appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m sorry but it is beyond the scope of these forums to teach basic CSS. Try asking on a general CSS forum. I’d also recommend using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Thread Starter photomom86

    (@photomom86)

    I figured out how to widen everything. Now though the header/masthead is on the left instead of in the center. Here is my code for it. What do I need to do to make it centered?

    #masthead img,
    img[class*=”align”],
    img[class*=”wp-image-“] {
    height: auto;
    }

    #masthead img,
    img.size-full {
    max-width: 85%;
    width: 85%;
    }

    Thanks!

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