That’s great – thank you! Yes, that’s worked brilliantly – I’ve worked out how to remove the ‘services’ title, but definitely need help on reducing the padding – so far I’ve tried to reduce it using:
Layout option within each widget on Pagebuilder;
Custom CSS Plugin.
Neither one has worked.
The custom CSS I used was:
.panel.widget,
.panel-grid-cell section {
padding-top: 50px;
padding-bottom: 50px;
}
But that didn’t remove the padding between the widgets, only at the top and bottom of each row – is the code wrong?I only want to reduce the padding between the two text widgets and the services widget.
Any ideas?
(My site isn’t live, but it’s at https://www.oursensitiveworld.com)
Thanks!
P