Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #651497

    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?

    #651501

    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

    #651510

    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.

    web: http://www.extendo.pl

    #651513

    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

    #651520

    Nothing’s changed

    #651570

    Hi!

    I added the code to style.css file of your child theme, please review your website now

    Cheers!
    Yigit

    #651975

    Thank you. All is great now.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Problem with "top:21px".’ is closed to new replies.