How can I reduce the gap between the title and the content of the four footer widgets and also change the title sizes cheers
Hello, Greetings from InkThemes! You can resolve it very easily, you just need to paste below CSS codes in the Custom CSS field (Dashboard->Appearance->Theme Options->Styling Options->Custom CSS). Below code is to change the font size and adjust spacing of the title of fourth widget area. Code: .footer-inner.last-footer h3 { padding-bottom: 3px; font-size: 27px; } Below code is to adjust the spacing of content of fourth widget area. Code: .footer-inner.last-footer .textwidget { margin-top: -18px; } Note: adjust the padding-bottom, margin-top and font-size as per your requirement. Hope it will resolve your issues Thanks & Regards! Priyanka Inkthemes.com