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

    I have a site that is apparently running into issues directly related to this floating checkout button. It appears that on mobile it is blocking a large amount of the screen making it unclickble. Go to the site, add something to the cart and try to checkout. Once on the checkout try to ‘login’ with your existing account and you will see what I mean. I need to get this fixed asap and can’t figure out what is happening.

    PLEASE SOMEONE help me fix this.

    • This topic was modified 5 years ago by hotspot01. Reason: spelling
    #1122527

    Hey Chris,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 479px) {
        .html_header_top.html_header_sticky body#top #wrap_all #main {
            padding-top: 35px !important;
        }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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