Space between 2 widgets (one above the other) in the same row
How can I make the vertical space between 2 widgets go to 0px, Im trying to set padding 0 but is not working
you can see the problem in action in the following page:
http://qpuntto.com/bares-2/
I resolved this problem placing the widgets in different rows (the bottom space set to 0px), the problem is that when I go on mobile view it is a dissaster as you can see in this page (Mobile view):
http://qpuntto.com/bares/
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi :)
Please try this. Edit the row in question, click attributes and enter the following as a CSS Row Class:
Then target that class from Appearance > Custom CSS as follows:
.no-b-margin .panel-grid-cell .so-panel { margin-bottom: 0 !important; }it worked really good
Super, glad to hear that did the trick :)
All the best.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.