Hi we are using a boxed layout, and some grid sections, when the site is reduced to mobile, the colour sections become full width, how would we force them to remain in a boxed layout?
Hi McEwans!
which color sections do you mean? please show it on screenshots using imgur.com. Do you want the whole page to be boxed on mobile? although it would be very small?
Best regards,
Andy
Yes please see screen sots of the issue:
http://www.mcewan.co.za/screen_shots/tasteofpe/correct-alignment.png
http://www.mcewan.co.za/screen_shots/tasteofpe/incorrect-alignment.png
Hi!
Please add following code to Quick CSS
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive body.boxed#top, .responsive.html_boxed.html_header_sticky #top #header {
max-width: 90%;
}
#header {
width: 88%;
}}
Regards,
Yigit
Thank you so much Yigit!