After much browsing in the WordPress themes directory I settled upon the Catch Box theme to use for this site. It ticks most of the stylistic boxes for what I wanted out of a theme, and is regularly updated. However, one of the main issues I had with it was that it was too narrow to really do justice to photos, videos, and well … content in general! Thankfully this was quite easy to fix.
Do do this you’ll need to insert some code into the custom CSS styles section of the theme options, which can found following these menus in the WordPress administration dashboard:
Appearance > Customise > Theme Options > Custom CSS Styles
Once there paste the following code into the box and click on the Save button:
@media screen and (min-width: 1025px) {
.site { width: 90%; max-width: 1280px; }
#primary { width: 80%; }
#secondary { width: 18%; }
.one-column .site {width: 90%; max-width: 1280px;}
}
This will increase the width for both the left and right sidebar layout, and the one column layout, which you can see an example of here.
Obviously if this is too wide for your taste then reduce the width percentages in the code.
That’s all for now, but I’m sure there will be a few more tweaks I’ll need to make in the future. In the meantime enjoy this great theme!
Perfect, love this addition to the theme
This did exactly what I was looking for, but then the images in my posts continued to be bound by the original column width. Any suggestion there?
Thanks a lot!
Worked fine. I have cathcBox on I private site
By the way how did you get the search-field at top right?
/Reidar
Just after posting previously post I found the answer.
I have tiken not to search in header. 🙂
/Reidar
Thanks, this works great!