I want to shrink the width of the blog page so the background is more visibl
The blog I need help with is sporteluxe.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
I want to shrink the width of the blog page so the background is more visibl
The blog I need help with is sporteluxe.com.
Here is an example you can start with that adjusts the width of the Elemin theme:
#page {
width: 800px;
}
body.content-sidebar .one-col-posts #primary,
body.sidebar-content .one-col-posts #primary {
width: 70%;
}
#secondary {
width: 25%;
}
Update the numbers until it looks how you want.
Keep in mind that different people have different screen widths and they already see more or less of the background image depending on their monitor size and settings.
Thank you!
This topic has been closed to new replies.