• Resolved Aleksandar

    (@aivanov12)


    Hello! Some time ago there was a problem with the topic and my site on the side had shrunk. Over time, I got used to this look. My site looked very good that way. But now you have fixed the problem and the site looks normal on both sides, which I do not like. Is there an option to restore the previous view?

    I’m sorry for my bad English.

    The page I need help with: [log in to see the link]

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

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

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

    Thank you

    It’s not working for me I had to downgrade

    Thread Starter Aleksandar

    (@aivanov12)

    Unfortunately, this code does not change anything. My topic is still not shrinking on both sides. It’s so wide right now that it looks ugly.

    Thread Starter Aleksandar

    (@aivanov12)

    I’m also considering downgrading and disabling automatic updates if the developer doesn’t fix the problem. KyleX, Which version do you use after downgrading? covernews.2.5.5 or covernews.2.5.6 ?

    2.5.5 the previous

    Hello,

    Could you please try the CSS below once in Additional CSS of Theme Customizer
    @media (min-width: 1200px){
    .container {
    width: 100%;
    max-width: 1200px;
    }
    }

    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 ‘My site is no longer collapsed on both sides’ is closed to new replies.