Tagged: positioning, Top
Hi,
I moved my site from one server to another. Now i have problem with transparent line on the top of the screen. Please see attached –> http://prntscr.com/bj35cy
I trying to find css code to turn it off but I cant. Where I can turn it off?
Hey SimonPL!
Have you added custom code to your header or use any plugin that adds?
If you would like us to provide you a custom CSS solution, please post the link to your website
Best regards,
Yigit
I see there is position:21px and I can’t find it on css http://prntscr.com/bj3dsm
i tried to eliminate this by:
.html_header_top.html_header_sticky #header{
top:0px !important;
}
and
#header{
top:0px !important;
}
but it doesn’t work.
Hi!
Please add following code to Quick CSS
.html_header_top.html_header_sticky #header {
top: 0 !important;
}
If that does not help, please create a temporary admin login and post it here privately. Space is caused by Google Conversion frame
Regards,
Yigit
Nothing’s changed
Hi!
I added the code to style.css file of your child theme, please review your website now
Cheers!
Yigit
Thank you. All is great now.