I would like to add more white (background color) space below the tag line and above the Home Background Image. Where do I set that? Thanks!
W
Workafrolic
Original poster
Member
I would like to add more white (background color) space below the tag line and above the Home Background Image. Where do I set that? Thanks!
Hello Workafrolic,
Add this CSS
#navigation.scroll-fix{
padding-bottom: 30px;
}
You can change number according to your requirement ie 40px or 50px
Paste this CSS in Appearance->Customize->Additional CSS
Regards