Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Could you please try the below CSS in Addition CSS of Theme Customizer

    @media (min-width: 1200px){
    .container {
    max-width: unset;
    }
    }
    And please let us know if there is any kind of problem

    Thank you

    Thread Starter Aleksandar

    (@aivanov12)

    Thank you very much! You are wonderful!

    The problem is again here after the new update

    Thread Starter Aleksandar

    (@aivanov12)

    On the contrary. The problem has been fixed. You just need to remove the code provided above. By the way, I got so used to the folded version that I started to like it. And now that I’ve returned to the original mode, I don’t like it that much. I don’t know if it’s possible to revert to the previous version.

    No. It didnt solve the problem.

    • This reply was modified 2 years, 8 months ago by KyleX.

    Hello,

    Could you please try using the CSS in additional CSS of Theme Customizer?

    @media (min-width: 1660px) {
    .container {
    width: 1660px;
    }
    }

    Thank you

    Thread Starter Aleksandar

    (@aivanov12)

    My problem has been fixed. Thanks to the developers who provided me with a code to solve the problem. These people are wonderful. Thank you all very much for your support. Blessings! ?

    @media (min-width: 1200px){
    .container {
    width: 100%;
    max-width: 1200px;
    }
    }

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘The site has shrunk on both sides since the last update’ is closed to new replies.