Hey guys,
Two thing!
01. Can you help me override the boxed layout on my homepage?
I originally used stretched layout but I then chose boxed layout because I don’t like how the text columns in my portfolio items get dragged out (really long) when the browser width is large.
02. Can you provide CSS so that when a browser width exceeds 1400px, the masonry gallery stops at 5 columns? Instead of it getting bigger and bigger.
Thanks!
Chris
Hey Chris,
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body.home {
width: 100%!important;
max-width: 100%!important;
}
Best regards,
Yigit
Hey this worked!
But one thing,
I want the header menu to always be centered like it is on this page:
After I added the CSS you provided, my head menu leans to the right:
Thanks!
Chris
Hi,
Please add following code to Quick CSS as well
.home #header {
width: 100%!important;
max-width: 100%!important;
}
Best regards,
Yigit
Hey Yigit,
That worked! Last thing I promise!
How do I make all the other pages match this header width I now have on the homepage?
For example: I don’t like how the header shrinks in here.
I think the solution is similar to what I’m trying to get here, so maybe this thread can close?
Best,
Chris
Hi,
I answered your other thread, so, I am closing this ticket :)
Best regards,
John Torvik