Header font size / spacing (Canard Theme)
-
Dear all,
I would like to change the font size of the header only. Also I would like to create some more space between the header and the navigation.
I am new to CSS, so it would be great if anyone could help me! :)
The blog I need help with is
https://findingbeautysippingcoffee.wordpress.com/The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can adjust the header text size by using this code and changing the number to fit your tastes:
.site-title {font-size: 60px;}You can use this code to adjust the spacing above the navigation:
#search-navigation{margin-top: 50px;}Again, just change the number to make the space as large as you like.
-
Ah thank you so much! Worked out perfectly with the Canard theme :)!
When I change it to the penscratch theme, the second code
#search-navigation{margin-top: 50px;}doesn’t work, can I change it somehow so it works for that theme as well?
The blog I need help with is
https://findingbeautysippingcoffee.wordpress.com/Thank you in advance,
Hanna -
Ok, fixed it myself! :)
.site-title { font-size: 50px; margin-top: 50px; margin-bottom: 50px }
- The topic ‘Header font size / spacing (Canard Theme)’ is closed to new replies.