• Resolved produceonparade

    (@produceonparade)


    Hi, I’ve widened my sidebar (secondary) and the entire width of my blog (main) while slightly reducing the main column (primary), however, the text in the primary column doesn’t seem to move with the width changes. It only adds space to the right side when widened. Any thoughts on how to remedy the situation? ?? https://produceonparade.com/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there! ??

    From what I can tell:

    #content {
    	margin: 0 38.020833333333% 0 3.645833333333%;
    	max-width: 560px;

    The max-width and the margin (on the right side) is what is limiting how wide your content (within #primary) goes.

    Play around with those two numbers and the width of your content ought to change.

    Whooops, I forgot the closing tag:

    #content {
    	margin: 0 38.020833333333% 0 3.645833333333%;
    	max-width: 560px;
    }

    When you increased the primary column before, did you also increase the max-width for the #content area like this?

    #content {
    	max-width: 600px;
    }
    Thread Starter produceonparade

    (@produceonparade)

    Thanks, everyone! I fixed it ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Widen text in primary column’ is closed to new replies.