Hello,
how can I make the main post column wider? I had tried a few codes I found on other threads but none seem to work with my template.
Thanks in advance!
The blog I need help with is limetreefruits.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hello,
how can I make the main post column wider? I had tried a few codes I found on other threads but none seem to work with my template.
Thanks in advance!
The blog I need help with is limetreefruits.com.
HI, just bringing up my question in hopes someone sees it and can help me out ;)
how can I make the main post column wider?
To make the main post column wider and the sidebar smaller, add this to your Appearance → Custom Design → CSS editor:
.content-sidebar #sidebar-primary,
.layout-default #sidebar-primary {
width: 225px;
}
.content-sidebar #content,
.layout-default #content {
width: 770px;
}
You should also update the limit width value at the bottom of the Appearance → Custom Design → CSS page to match the main content area width, so 770 in this case.
Thank You!
This topic has been closed to new replies.