Change logo position
-
Hello,
Can you please tell me how to modify the position of my logo?
I want in this case to make it go a little more upper.
Thank youThe blog I need help with is: (visible only to logged in users)
-
Hi there, there is 50px of top padding on the .site-header div. Go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS. You can edit my 20px value as desired.
.site-header { padding-top: 20px; } -
-
- The topic ‘Change logo position’ is closed to new replies.