Tagged: page width
Hi there,
For some time I have been having issue’s with the page dimensions. After an update the site width is not as big as it used to be. I would like the site to be wider so that the pictures are larger (without using full with sliders)
the site is http://www.foodblabla.nl
I’m using “boxed layout” with “top header”
Checked responsive site, with maximum container width 1310 pixels (changing this does not work).
Content sidebar ratio is 80%|20%
Content sidebar width is 100%
Thanks in for the help. (ps i tried the forums but only found older post)…
Regards,
Sander
Hi,
you should be able to change the width in the enfold theme options.
I have no idea why it should not work. Maybe a cache plugin?
The following CSS code should force the width (so changing width in the enfold theme options gets overwritten)
#top.boxed, .html_boxed.html_header_sticky #header, .container {
max-width: 1310px;
width: 100%;
}
If that does not work, i am pretty sure that there is either a cache plugin or your webhoster has some kind of cache.
cheers
Hi Flikk,
Thanks for your reply, it did the trick. Unfortunatly the sidebar ratio does not work now. it’s stuck on 70/30 and I would like 80/20. Is there a css code to overrule this?
I do not have a cache plugin and I not sure my provider has one.
Thanks!
Hey!
try this:
.container .av-content-small.units {
width: 80%;
}
But settings in theme options should definitely work! Did you try to deactivate all plugins?
Best regards,
Andy