Ben
(@benbornschein)
Hello,
the reason is because your text in the tab has a <p> which adds a margin-bottom with 20px.

If you can add custom CSS somewhere, just add:
.panel-widget-style .siteorigin-widget-tinymce.textwidget p {
margin-bottom: 0;
}
-
This reply was modified 8 years, 11 months ago by
Ben.
-
This reply was modified 8 years, 11 months ago by
Ben.
It’s because button images are inside a p and on your css you have a margin bottom of 20px for paragraphs.
You can add a css rule to change the margin bottom of those paragraphs:
#pg-w595223cb72b29-0 .siteorigin-widget-tinymce p {
margin-bottom: 0;
}
Thread Starter
rodoyo
(@rodoyo)
Thanks
However, not sure where in the css to add. is is the css inside each cell or to the row css?
Thanks
earl
Ben
(@benbornschein)
Your theme should have an option to add custom css. Please check your theme settings.