Widget spacing issue
-
I am presented with the following error, when I set the spacing between widgets to “0 px”, this value is not respected and when I view the page it is seen with a spacing of 20px as if it were by default.
https://i.ibb.co/jRGZ1KV/Captura-de-pantalla-2022-08-08-161111.jpg
https://i.ibb.co/5c6THhN/Captura-de-pantalla-2022-08-08-161258.jpgI hope you can help me, Thank you.
-
This topic was modified 3 years, 10 months ago by
Jan Dembowski.
The page I need help with: [log in to see the link]
-
This topic was modified 3 years, 10 months ago by
-
Hi, the page seems fine on my end (with no spacing): https://snipboard.io/fpaAxc.jpg
Have you managed to resolve the issue?
In addition, seems you are using a widget by Jet Woo Builder and not Elementor. I would suggest contacting them as well as we do not have control over the code of their widget.
-
This reply was modified 3 years, 10 months ago by
Elementor Team.
Hi, after checking it is a bug on our end. As a workaround, add this to the custom CSS:
.elementor-widget:not(:last-child) {
margin-bottom: 0;
}If you need to target the specific column:
selector .elementor-widget:not(:last-child) {
margin-bottom: 0;
}`@alfredo1216 Do not use short links in these forums, that has been abused in the past and is expanded when found. I have expanded yours.
@michellei I understand, I have already modified it so that the visual of the web page is fine, but will that error be solved in a future update?
Thank you
Hi, unfortunately, I do not have an ETA. Hopefully, it will be fixed in the next few updates. In the meanwhile, you may keep an eye on our changelog
-
This reply was modified 3 years, 10 months ago by
The topic ‘Widget spacing issue’ is closed to new replies.