Hi CVS,
I don’t get it what you mean. When I check in the http://oakhilltumbling.cvstech.com/calendar/, I see that you are using the template “Disable Sidebar Template” and there is no sidebar. So, what is your problem?
Regards,
Sakin
Sorry I wasn’t very clear. The sidebar goes away on either of those templates, but the calendar won’t go full width even with the “Full Width Sidebar Template.”
For example, I get this: http://oakhilltumbling.cvstech.com/wp-content/uploads/2012/09/Screen-Shot-2012-09-14-at-4.38.52-PM.png
But I’m looking for this: http://oakhilltumbling.cvstech.com/wp-content/uploads/2012/09/Screen-Shot-2012-09-14-at-4.39.11-PM.png
If you look at the lower right corner, you can see if I cancel the width setting as referenced in my first post, it goes the full width of the page as I’m wanting. Is the current result intentional, or is the intent that the content will fill the available width?
Thanks again!
Is the current result intentional, or is the intent that the content will fill the available width?
Just discovered this myself.
Workaround?
Hi cvs,
Can you first assign the page with the Full Width Disable Sidebar template. Then send me the link to that page. So, that I can check what is going wrong in your side.
Regards,
Sakin
Hi Darrcass,
Can you add this in your child theme style.css
.singular #primary,
.fullwidth #primary {
margin: 0 !important;
}
.singular #content,
.fullwidth #content,
.left-sidebar.singular #content {
margin: 0 3% !important;
width: auto !important;
}
This we will fix it new version update in 1.3.1. After that you can delete the above css.
Regards,
Sakin
Thank you so very much. Works great!
Now there is only the problem of adding responsive CSS to a child theme: http://wordpress.org/support/topic/theme-catch-box-responsive-css-in-child-theme-unreliable
Upgraded the theme and it works perfectly. Thanks! Awesome job!
Just got the 1.4 upgrade and the full-width template looks fine now. Thanks! š
This seems to be broken again in latest version of Catch Box (Version 1.5.4)?
At least for me, full width disable sidebar, does not give me full width, see http://marcsandreu.com/
Any suggestions?
Jonatan
@jonatanb and all: the path is coming soon in version 1.5.5 . For now you can replace your copy of function.php with this one http://themes.svn.wordpress.org/catch-box/1.5.5/functions.php and your style.css with this one http://themes.svn.wordpress.org/catch-box/1.5.5/style.css
This is the version update.
Works like a charm – thanks!
Hi Sakin
I have made both updates, function.php and styl.css, but still having problems to get the theme filling the screen.
Please have a look here:
https://dl-web.dropbox.com/get/Public/screenshot1.jpeg?w=4a201ebc
Thanks in advance
@christopher2: I am not being able to see your screenshot. Can you send me your site URL and your problem in details.
Also before replying please download the latest version and check it.