• Resolved malteseo

    (@malteseo)


    Hi, spent whole day searching and did not find optimal solution yet. I am using a child theme for the Twenty Eleven and I need to do the following for this blog I’m setting up at https://eumalta.com/

    1) Widen right sidebar so that it takes an image of 250px in width
    2) Widen the content to let’s say 980 or 1000px so that I use all the space under the header in content too.

    Would appreciate if you can help me out and thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter malteseo

    (@malteseo)

    Just managed using this code, thanks anyway:

    #primary {
    float: left;
    margin-bottom: 0;
    margin-left: -4.0%;
    margin-top: 0;
    width: 100%;
    }

    #secondary {
    float: right;
    margin-right: 3.0%;
    width: 25.6%;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Widen Right Sitebar & Increase Page Width’ is closed to new replies.