Hi team,
how can i add padding-top and bottom for the logo then scroll the header: https://ibb.co/6yXm94r
Website: http://wp2019.aetas-kinderstiftung.de/
Pass: Kinderstiftung19
Kind regards,
Anna
Hey Anna,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.html_header_top.html_header_transparency #header:not(.av_header_transparency) .logo img {
padding: 10px 0;
}
Cheers!
Yigit
Worked perfect, thank you Yigit!