pinboard margins
-
I’d like to make the Right and Left margins much smaller, allowing the 3 columns of text more room. How?
I bought the upgrade for CSS, but not sure how to take away the wasted space.The blog I need help with is: (visible only to logged in users)
-
You could add something like this to your Appearance → Custom Design → CSS editor:
#main, .right-sidebar #main { width: 1378px; } #primary { width: 1178px; } .three-column .hentry { width: 372px; }But keep in mind that not everyone has a large screen, so it’s best not to make it much wider than that.
- The topic ‘pinboard margins’ is closed to new replies.