• Resolved nl4045

    (@nl4045)


    I would like to make my blogs a bit wider, change the margins.
    They can be a bit closer to the edge and the links on the right as far as i am concerned.
    How do I do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • That depends entirely on the css you are using, and the ease of doing what you want depends on the same factor.

    Depends on the theme you’re using. If its the default wordpress theme, you could probably make it wider by changing the width value in this part of the css:
    #page {
    background-color: white;
    margin: 20px auto;
    padding: 0;
    width: 760px;
    border: 1px solid #959596;
    }

    Thread Starter nl4045

    (@nl4045)

    That worked perfectly, thank you very much, just altering the widht and moving the marges made it better.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Making blogs wider’ is closed to new replies.