The problem is that the header is fixed – see here :
https://imgur.com/a/NMQaKVr
You would need to adjust the height of your header first.
Then you could adjust the logo :
https://imgur.com/a/njoOMGd
Also, this is here, but has no content :
https://imgur.com/a/fcCzx3f
Hello! Thank you for expert advice, very cool. It’s working great. I think it needs to be a bit smaller now. It’s also covering the top part of the home page so you can’t read the Unique & One of… line of text.
How can I make it a bit smaller? And how can I assure the text underneath it shows up below the logo when you arrive at the homepage?
Regarding your third point, I have no idea why that info is there or what it does. Should I remove it?
You could add this :
.vc_custom_1588042019468 {
padding-top: 250px !important;
padding-bottom: 0px !important;
}
But imo, you’re hacking the CSS a little bit too much. Especially when it references specific row IDs : 1588042019468
But it’s up to you.
Yes, you should remove that empty widget from the header.
I inherited this site and am doing what I can to fix it up a bit.
Removing the empty widget resulted in the logo moving over to the left of the header.
I added this code but doesn’t seem like it changed anything.
.vc_custom_1588042019468 {
padding-top: 250px !important;
padding-bottom: 0px !important;
}