Hey there, I’m having issues with my theme, BeTheme and making the BB content go full width. I have the theme set to full width, the page itself set to fullwidth, and the rows for content set to full width, but still not working.
start.thesummit.cc
Hey there, I’m having issues with my theme, BeTheme and making the BB content go full width. I have the theme set to full width, the page itself set to fullwidth, and the rows for content set to full width, but still not working.
start.thesummit.cc
Hey andrewpeters,
Sorry as I haven’t really used that theme before. I’m not really sure that using the CSS snippet below would break anything else. However, it should force your theme to go full width. If you also need full width on mobile, try adding !important
to the max-width to overwrite it.
.entry-content .section_wrapper {
max-width:100%;
}
.entry-content .section_wrapper .the_content_wrapper{
margin:0px;
}
Thanks!
KC
[Content Hidden]
Hey Andrew,
Just took a quick look and it appears you figured it out? Everything appears to be full width from what I can tell. Anyway, let us know if you need anything further here.
Best,
Billy
yep. Thanks man!
Awesome, thanks Andrew!