-
AuthorPosts
-
November 4, 2014 at 3:13 am #345687
Hi, on this site I have it set up
max cont 80%
content / side 70 / 30% (I had to set the sidebar to 30% or else the widgets were being squashed, is this normal?
content + sidebar 100%
but the content is way in from the left hand side of the container and sidebar is way in from the right of the container.
How do I get these back to normal margins?
November 4, 2014 at 6:23 pm #345985Hi GOWD!
Please change “Maximum Container width” in Enfold theme options or increase 80%
Regards,
YigitNovember 6, 2014 at 6:33 pm #347234Hi Yigit, that fixed the content margins issue but it only did so by making the container 100%
I don’t understand why the content margins and margins around the sidebar content were so wide when the container was at less than 100% but when made 100% the margins returned to normal ?November 7, 2014 at 9:30 am #347587Hey!
The default margin or padding of the content and sidebar containers is 50px regardless of the container width. Please try to set the container to 80% or below. We would like to check the issue. A screenshot will help.
Cheers!
IsmaelNovember 7, 2014 at 1:25 pm #347695This reply has been marked as private.November 8, 2014 at 12:45 pm #348131Hi!q
You have this code on Quick CSS or custom.css which breaks the layout:
.responsive .container { max-width: 85%; }
Regards,
IsmaelNovember 11, 2014 at 8:14 pm #349644Hi Ismael,
I searched (ctrl + f) the child theme style sheet and
.responsive .container {
max-width: 85%;
}is not there.
Quick CSS is empty.
That css is generated by the;
Theme Options
General Layout
Dimensions
Responsive Site – Ticked
Maximum Container width – 85%
Content | Sidebar Ratio – 75% | 25%
Content + Sidebar width – 100%The max container width is not supposed to effect content margins like it is doing.
November 13, 2014 at 12:14 am #350489Hey!
I see what you mean. It only happens when using a percentage for the maximum container width and the boxed layout. It looks like it’s caused by line 1184 in the /enfold/functions-enfold.php file.
.responsive .container{ max-width: ".$responsive_size."; }
I’ll leave this topic open for Ismael to take a look but in the meantime you can do a quick fix with this CSS.
.responsive .container { max-width: 100% !important; }
Best regards,
Elliott- This reply was modified 10 years ago by Elliott.
November 13, 2014 at 2:16 pm #350648Hi Elliot, that CSS fixed it.
I assume it will be amended in the next release.
You may close this thread.
Thanks for your help. -
AuthorPosts
- The topic ‘Content and Sidebar Margins’ is closed to new replies.