SNAPS Header Size
-
In SNAPS template, is it possible to reduce the size of the header to make it thinner?
The blog I need help with is: (visible only to logged in users)
-
-
Hi there,
Do you mean change the height of the header image? You can add this code at My Site ->Customize ->CSS:
/*
Adjust height of site header
*/
header#masthead.site-header {
height: 200px;
}Adjust the number value until it looks like you want it to.
-
-
-
Ah, I did not spot that. Looks like I targeted the wrong CSS selector.
Replace that with this code instead:
/* Adjust height of site header */ div.site-text-contain { height: 200px !important; }Now the image should also resize better.
-
-
That’s great to hear, thanks for letting us know that worked :) If you need any further help, you are welcome to reply here or use the direct support included in your plan:
- The topic ‘SNAPS Header Size’ is closed to new replies.