Hi,
I’m looking for a way to make header (mean menu bar) and footer in 100% width (and this is easy thanks to general layout->dimensions->maximum Container width) BUT I want to make at the same time to have rest of the content (mean everytihng besider footer and headr) with maximum container width on 1130px.
Help how to achieve it?
Hey dawiditaxi!
Try adding this to your custom CSS.
#main .main_color, #main .alternate_color { max-width: 1130px !important; }
Your link is not letting me in after using the login information.
Regards,
Elliott
thnx for response, but the effect is not that I want:
1. ok, all main content is 1130 px now but:
2. everything is aligned to the left side, giving white awful column on right side to the edge of the window
3. last thing i’ve didn’t mention before – backgrounds of each color section should be still full-width, only content should be limited by 1130 px
Hi,
Any progress in my case?
Hey!
Authentication required. Please post username and password for it as well.
Regards,
Yigit
Hi!
Please add following code to Quick CSS
#main .container {
max-width: 1130px;
}
#socket .container {
max-width: 100%;
}
Regards,
Yigit
it works, thnx Yigit!