Tagged: boxed layout
Hi there,
I’m trying to immitate a specific framework that has sort of a boxed header and a full width socket.
I already checked the support forum and read that setting the socket to full in a boxed layout is outside of your support.
So I was wondering, is it possible to set the width of the header borders to a maximum of i.e. 1400px?
I attached a screenshot of what I’m trying to achieven in de private content sections and also a link to the domain i’m building on.
Maybe you have another suggestion on how I can achieve that layout?
Thanks in advance!
Hey MulderMind!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate .container {
border: 1px solid #e2e2e2;
border-right: none;
border-left: none;
}
#header_main_alternate, #header_main {
border: none!important;
}
Regards,
Yigit
Yay Yigit!
The moment I saw your name in the reply mail I already knew it would work :-)
Great!
Just one more thing, the height of the footersocket – can I set that to a maximum of 20 pixels or something?
Thanks allot.
Hi!
Thank you for making my day :)
Please add following code to Quick CSS as well
#socket .container {
padding-top: 5px;
padding-bottom: 5px;
}
If you would like to make socket smaller, we are going to need to make font size smaller or it will look ugly :)
Regards,
Yigit
Works. Like a boss :)
Thanks again for the perfect service and fast replies!