tobywan Apr 23, 2017 · 5:14 pm #6378 I need some help with padding between widgets. I take the padding to 0 around all widgets to get them together, but they still have white space between. See the green bar in attached link below. I want it to butt up against the slider hero images with only 5-10px of white space below.
Also, is there any way to center the social bar link? (see light blue bar at top)
http://www.crownofthecarolinas.org/development/
Thanks!!
Andrew Misplon Puro Apr 24, 2017 · 10:57 am #6384 Hi Toby
Edit the row the Hero is in, click Layout on the right, set the row bottom margin to 0.
For the green row, rather apply the background color to the row settings, click the wrench icon far right then Design and add the bg color to the row, not the widget.
If you’re asking how to center the Calendar of Events link, you can add the following to Customize > Additional CSS:
#top-bar .top-bar-text {
text-align: center;
width: 100%;
}