Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #889727

    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

    #890143

    Hey Jimmy-K,

    What you are describing is a boxed layout. Maybe, you should try that?

    Best regards,
    Victoria

    #890154

    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

    #890213

    Hi Peter,

    In that case, you need to set the max-width for the container to a smaller value.

    Best regards,
    Victoria

    #890259

    Ok. Can you give me a hint on how to do that?

    Regards,
    Peter

    #890375

    I nailed it all by myself :-)

    #main .container { 
    	max-width: 950px; 
    	padding: 0; 
    }
    #890423

    Hi Peter,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.