freddykr Feb 1, 2021 · 9:17 am #15356 Hi,
I changed my website last weekend to your great theme, but I have one “little” issue.
If I use a sidebar than the text from pages or posts flows over the seen borderline into the sidebar.
You can see it here: https://hosting144828.a2e8e.netcup.net/category/news/
Is there a way to limit any text maximum to the element border?
Thanks.
Puro Support Puro Feb 1, 2021 · 7:00 pm #15358 Hi Freddy
Thanks for reaching out.
The problem is arising from your child theme stylesheet. It would be best to download and install a child theme for Ultra, you can find one here https://purothemes.com/documentation/ultra-theme/child-theme-library/. If you’ve set up theme settings then you’ll most likely need to migrate those settings from your current child theme to the new child, here is how https://purothemes.com/customizer-settings-export-import/.
The specific rule causing the problem in your child theme is:
#primary,
#secondary {
float: left;
overflow: hidden;
width: 99%;
}
freddykr Feb 2, 2021 · 10:15 am #15359 Hi,
thanks for this hint.
The reason was an old Plugin for my last theme, which had an own styles.css.
I removed this and now all looks fine.
Puro Support Puro Feb 2, 2021 · 4:45 pm #15362 Glad to hear you’re making progress 🙂 Thanks for the update.