How to change header's padding size in THE STYLE theme?
-
There is too big of the header’s padding, I’d like to know how can I change the size of it.
The blog I need help with is: (visible only to logged in users)
-
-
Hi there, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to adjust the space above your header image in The Style theme..
#header { padding-top: 100px; } -
-
- The topic ‘How to change header's padding size in THE STYLE theme?’ is closed to new replies.