• Hello,

    I don’t know how to explain the problem in english, but I had the same problem some times ago. You fixed it. The problem is back. The page is too large (computer or cellphone it’s the same)

    I remember that the conflict was with a specific plugin, so I deactivated the plugin to see if it would fix it, but no, apparently it’s something else that create the problem this time.

    View post on imgur.com

    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @isabelleroger,

    If I could have gotten your intention correctly, you’d add this CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media only screen and (min-width: 960px) {
    .no-sidebar .hentry > .content-inner .entry-content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    }
    }

    You might adjust the max-width value accordingly.

    Hope that helps.

    Thread Starter isabelleroger

    (@isabelleroger)

    Hello,

    Thanks for your reply. I did what you wrote, but unfortunatly, apparently it didn’t work. The problem is still there :

    https://bgmcanada.ca/

    https://bgmcanada.com/

    Thanks in advance for your help.

    Thread Starter isabelleroger

    (@isabelleroger)

    Hello please check images of the result : https://imgur.com/a/69vKJET

    As I mentionned previously, I did what you wrote, but unfortunatly, apparently it didn’t work. The problem is still there : (the .com is not available right now because we will change hosting, and a certificate is needed, so please just check the .ca bellow)

    https://bgmcanada.ca/

    You gave me precedently a css code for the same problem, it’s still in Additional CSS, but have a different name.

    Also, I tried to change the 960px for something else, and it’s not working either.

    Thanks for your help

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