Tagged: page width
-
AuthorPosts
-
December 13, 2014 at 11:01 am #367646
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,
SanderDecember 13, 2014 at 11:50 am #367653Hi,
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
December 13, 2014 at 9:22 pm #367770Hi 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!
December 15, 2014 at 3:35 am #368119Hey!
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,
AndyDecember 15, 2014 at 4:52 am #368134 -
AuthorPosts
- You must be logged in to reply to this topic.
