Hi.
I’m trying to change the combined width of content + sidebar in General Layout tab. I am using stretched layout.
Nothing changes when I enter a value lower than 100%.
Maximum container is set to 1200px
Content/sidebar ratio at 73% / 27%
Is there another way through CSS?
Regards,
Peter
Hey Jimmy-K,
What you are describing is a boxed layout. Maybe, you should try that?
Best regards,
Victoria
Hi.
I checked that, but there is a descritipn and an option to scale down content + sidebar width.
So it should be possible to change. Is it possible to change through css?
Regards,
Peter
Hi Peter,
In that case, you need to set the max-width for the container to a smaller value.
Best regards,
Victoria
Ok. Can you give me a hint on how to do that?
Regards,
Peter
I nailed it all by myself :-)
#main .container {
max-width: 950px;
padding: 0;
}
Hi Peter,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria