Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
After WordPress upgrade, even settings are on full width the site still display boxed content. I do not know what to do.
Thank you
Hi Hamat
Thanks for reaching out.
Do you have a public URL where we can take a look at what’s going on?
Hi Andrew, thank you for the reply. Here the public URL > https://www.topski.fr/
Thanks, the full width rows seem ok on my computer. https://imgur.com/a/tCItC1m. Can you perhaps check a private/Incognito browsing window or another browser?
Hi Andrew,
Thank you for the return. I have checked with an other browser, but it returns the same problem
Thanks. Is the row in my screenshot not full-width when you view it?
Hi Andrew,
Sorry but I could not see your screenshot
Sorry about that. Here is a full-width row I can see on my monitor https://imgur.com/a/tCItC1m in Chrome.
Hi Andrew,
Thank you for all, i found the solution. I just had to change some ssettings in my custom Css there.
just added “none” to replace sizes
The code :
.siteorigin-panels .entry-content, .siteorigin-panels .entry-footer, .siteorigin-panels .entry-summary {
max-width: none;
}
.siteorigin-panels .body-wrap {
max-width: none !important;
}
Hope it will help others in the same case
Thank you for all
Regards
Hamat
Hi Hamat
Thanks for the update.
I’m glad to hear you’re making progress. (The styles being overridden in Custom CSS are specific to your theme.)
All the best with your website. Cheers for now.
Thank you Andrew !