Larger title image in Qua Theme
-
Hi!
Is there a way to make the title image of my blog larger without losing alignment with the menu?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there, the max width of the logo, as designed, is 200px, but we can increase that with the following CSS.
.site-logo { max-width: 300px; } #masthead { padding-bottom: 1.2em; }The first increases the width of the logo from 200 to 300px and the second reduces the padding (was 5em) on the section so there isn’t so much whitespace between the logo and the line below since making the logo wider increased that.
-
-
- The topic ‘Larger title image in Qua Theme’ is closed to new replies.