css - How to decrease the height of image logo in wordpress -
I have an image logo in my website: quantgreeks.com. I want to reduce the size of the logo length. It seems that there is a lot to take in the top place. I would like to reduce it without changing the image size.
Deleting / deleting padding -bottom: 45px; Padding-top: 45px;
to header # masthead hgroup
should fix that problem It will be:
header # masthead hgroup {status: relative; Zoom: 1; }
or
header # masthead hgroup {location: relative; Padding-down: 15px; Example value padding-top: 15px; Example value Zoom: 1; }
Comments
Post a Comment