Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #295857

    Hi All,

    I am hoping you can help me..I upgraded to a latest version of Enfold which gave me the Submit button animation i was looking for – but it seems to have introduced a new CSS issue. Only Chrome seems to have this issue. I have replicated the issue with Chrome on both a MAC and PC.

    When I scroll down to bottom of page – then scroll back up – it seems to leave a render of the header_main section background in the content area of the site. There are no navigation items or logo – just the background.

    Anyone else have this issue since upgrading? If someone has a CSS fix – that would be great. My usual CSS dev is away on holidays but client is asking for quick fix.

    #296516

    Hey!

    Try adding this code to the Quick CSS:

    #header_main, #header {
        -webkit-transform: translate3d(0, 0, 0); 
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.