Home › Forums › VW Theme › VW BLOG PRO THEME › Banner Area
On my site homepage, the banner area is very tall. Is there custom css I can add to adjust that? Site is http://www.tomsterrificretales.com
Hi,
Kindly follow the steps given below to resolve the banner issue
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish.
#header .pad_box { padding-bottom: 0em !important; } #header .pt-5 { padding-top: 0rem!important; } .custom-logo { height: 150px; max-height: 150px; max-width: 300px; width: 170px; }
Many Thanks