• Resolved Phelle

    (@phelle)


    Hello everyone,

    Can someone please help me on how to make the width of my content area bigger without compromising the width of my “sidebar area”? Just want to minimize the background area and make the content area bigger.

    hippiedork.com

    Thank you!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Custom css in a child theme:

    #page {
    margin: 1.615em auto;
    width: 960px;
    }

    Thread Starter Phelle

    (@phelle)

    thank you so much for the quick reply! i tried to do that and it worked (thank you!) but the writing on the area is still justified to same style a while ago.

    hippiedork.com

    Not a problem. Let me know if you need anything else.

    #content {
    margin: 0 38.0208% 0 4.646%;
    max-width: 597px;
    }

    Thread Starter Phelle

    (@phelle)

    looks like it works pretty good now. Thank you Josiah!

    Not a problem. Let me know if you need anything else.

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