Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi. See the CSS file that has the css rule for your main site container and change the width tag to 80%

    Ion Rutz

    (@ionrutz_machothemes)

    Hello @hyllebergxd,

    This is the CSS to change the container width:

    @media (min-width: 1200px){
    .container {
        width: 80% !important;
    }}

    It might come with some functionality issues but from my testings everything seems fine.

    Best regards

    Thread Starter Hyllebergxd

    (@hyllebergxd)

    Thx for the reply

    I can see that the content is changed to 80%, but the background image and the background color in my sections are still full width.

    Do I have to find each class and set width to 80%? or is there another solution for this?

    Ion Rutz

    (@ionrutz_machothemes)

    Hello @hyllebergxd,

    Have you managed to fix the issue?

    Yes, you have to find all the classes that wrap the content and set it to 80% width.

    If you are having any trouble with this please provide the website link.

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change full width’ is closed to new replies.