• Hi,

    I got my wrapper width at 948px, yet the content is set at about 900px.

    The strange thing is I think its only applying to one of my pages and not the rest.

    https://www.calligraphycompany.com/formal-italic-style

    Could it be something to do with the page template? I checked it out but could not see anything, have also used firebug to try resolve the problem.

    Could someone possibly help

    thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • style.css of the parent theme:

    /*
    LAYOUT: One column, no sidebar
    DESCRIPTION: One centered column with no sidebar
    */
    
    .one-column #content {
    	margin: 0 auto;
    	width: 900px;
    }
    Thread Starter oliviaok

    (@oliviaok)

    Hi, Thanks for this, it worked temporarily for images, but once i inserted the images into columns it has gone back to 900px.

    Any suggestions?

    No, the content is still 948 — look in Firebug. The problem is with the how the inner columns and the images are styled — as each of the columns is 30.66% plus margin space on the right. And the images are not as wide as the three inner columns — so they align to the left and then there is extra space on the right side.

    It’s going to take some fussing around in Firebug and the CSS to change all that correctly.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘content area is not same width as wrapper’ is closed to new replies.