I can’t find a way to remove a margin above the secondary header menu, where the social icons and phone numbers go. I wasn’t there in development but since moving the site to the new server a margin seems to have appeared. I’ve tried everything but without success. Can anyone offer some help, I’m sure its simple enough but it’s beaten me.
How it should look (in dev)
http://www.theunderfloorheatingcompany.co.uk/ukps/rifeng-piping-systems/
How it looks after being moved to the new server
http://www.uk-plumbing-supplies.co.uk/rifeng-piping-systems/
Thanks in advance!
Hey!
There are some br tags at the start of the website markup. Try adding this code to the Quick CSS to hide them:
body > br {
display: none !important;
}
Best regards,
Josue
Thanks for the help but unfortunately that didn’t work and the margin remains.
I can see the br tags when i look at the page source but have no idea in which file they are to delete them. Can you suggest another way to fix this issue?
http://www.uk-plumbing-supplies.co.uk/rifeng-piping-systems/
Hey!
The code does work, but the problem is that when you paste it the “>” symbols get messed up, try manually rewriting that part in the Quick CSS:
body > br {
display: none !important;
}
Regards,
Josue
You superstar!! Thank you so much Josue. Have a great day!!
You are welcome, always glad to help :)
Regards,
Josue