Hello,
When I insert a logo in the header, the header covers part of the content below. How can I adjust this so that the content begins below the header, and not under it?
Many thanks,
Pat Goldblat
Hi patg221
You can try to reduce your logo dimensions or apply a css solution to move the contaoner block a bit lower
you can add to your custom.css file this
.onepage .container { padding:180px 0 !important; }
Hope it helps
Regards
OK, thanks, works fine! Best regards, Pat