add more space below the tag line
November 6, 2017 at 4:33 pm
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!
Replies (1)
-
November 6, 2017 at 4:33 pm
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!
-
November 7, 2017 at 5:49 am
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