In the footer’s second column, the widget is called, LATEST NEWS. The widget title is positioned slightly below that of the other two widget titles (LINKS OF NOTE and CONNECT WITH ME).
How do I reduce the top padding (or something else) of LATEST NEWS so that it is in the same position as the other two widget titles? The other two widgets are Heading 5.
Hi mamiewong!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#footer .flex_column .widget .widgettitle {
margin-top: 0;
}
Cheers!
Yigit
Thanks so much, Yigit. The Quick CSS fixed the problem. Many thanks for your prompt assistance!