Forums
Home / Fixing WordPress / moving header
(@deannajm)
2 years, 3 months ago
I uploaded a header to my blog and it is a little low. I need help getting it up to the curved light gray line. Thanks!
The page I need help with: [log in to see the link]
(@gappiah)
Remove the top margin on the header container’s h1 site-title class, like:
site-title
h1.site-title { margin-top: 0px; }
By the way, test your site on a mobile device: the banner is not responsive so there’s a huge horizontal scroll bar on mobile devices.
Good luck!