Is it possible to create a color-section that is NOT fullwidth but acts like a boxed version although it is in the fullwidthwebsite?
I’d like the menu to be full width while having a color section that is only 1040px(responsive).
(If i’d be able to put a backgroundcolor to a column that would also be a perfect solution)
It works
What I did now:
1) added custom CSS box to every element (as shown in other support topics).
2) added these classes to the color section: boxed entry-content-wrapper clearfix responsive container twelve.units centeredcolor
Probably could do without some, but too tired to check :)
3) added this to the custom style:
.centeredcolor{
float:none;
margin-left:auto !important;
margin-right:auto !important;
}
#greencol{
background-color: rgba(120, 255, 10, 0.9)!important;
}
But…. it would be so much easier if there was a setting for the color sections :)
This topic can be closed :)
Hi!
Thanks for posting what ended up working for you :)
Regards,
Devin