Remove gap between header and description
-
Hello,
I am trying to close the gap between my site title and description below. I like the height the title is at, I just can’t seem to move the description up.
The blog I need help with is http://www.ateastofeden.comThanks
-
You can try out and preview custom CSS before you buy as explained here.
Go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS and preview the results. You can adjust the -95px value as desired.
h2.site-description { position: relative; top: -95px; }
- The topic ‘Remove gap between header and description’ is closed to new replies.