- This topic has 10 replies, 2 voices, and was last updated 3 years, 6 months ago by
Fernando.
-
AuthorPosts
-
October 23, 2022 at 12:32 pm #2383353
theenic
Hey there!
My website is broken and currently, the containers are overlapping each other. I am using spectra for the columns and after the new update, my container is overlapping.
October 23, 2022 at 3:22 pm #2383413theenic
Any help?
October 23, 2022 at 6:25 pm #2383469Fernando Customer Support
Hi Theenic,
Can you provide the specific link where we can find the elements shown in the screenshots?
You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
October 23, 2022 at 6:34 pm #2383473theenic
Hey added!
Please checkOctober 23, 2022 at 6:53 pm #2383484Fernando Customer Support
Thank you!
There’s seems to be an issue with the plugin you’re using.
For instance, if you unset the width columns are set in the plugin you’re using, it fixes the issue. Example code:
.uagb-column__wrap>*{ width: unset !important; }It would be best to first reach out to this plugin’s support for assistance with regards to this.
October 23, 2022 at 7:17 pm #2383493theenic
I think this can be maybe of the Spectra plugin. Is there any way you can give me a piece of code to add to the customizer that might solve this problem?
I’ve never updated the plugin, although I just updated the theme yesterday and faced this issue afterwards.
October 23, 2022 at 7:46 pm #2383507Fernando Customer Support
I see. That’s odd.
Here’s a CSS you may try adding:
.wp-block-uagb-column.uagb-column__wrap > ul { width: fit-content !important; }October 23, 2022 at 8:11 pm #2383519theenic
It’s working but only for the bullet lists.
Please check this https://prnt.sc/FOjEa3EfhJ8F. I am trying to fix this overlapping with the main container.
October 23, 2022 at 9:04 pm #2383568Fernando Customer Support
Try adding this:
section.wp-block-uagb-columns.uagb-columns__wrap { box-sizing: border-box; }October 24, 2022 at 4:52 pm #2384734theenic
Hey there I’ve added both codes and it’s working properly the overlapping is good now but at the backend, I am seeing these spacing issues that I’ve attached in screenshot 1, and on the front end, everything is working alright that you can see in the screenshot no 2 below:
1- Backend: https://prnt.sc/k7LvA_FeDv8U
2- Frontend: https://prnt.sc/i-4d6r214OeaYou can clearly see the spacing issues. Is it all fine or do I have to fix it as well?
October 24, 2022 at 5:29 pm #2384749Fernando Customer Support
That should be fine.
Out of curiosity, why not just use GenerateBlocks for these sections? These sections should also be easily doable through GenerateBlocks.
-
AuthorPosts
- You must be logged in to reply to this topic.