Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1350086

    HI –

    I had someone work on my site and they didn’t fix everything – I’m finding that information is hidden behind the ribbon on https://thestrapsaver.com/cart/. This button should take the user back to the product page:
    `
    Screenshot-2022-04-30-171500

    Do you know how I can fix it for this one page?

    Thanks!
    Shari

    #1350096

    Hey Shari,
    Thanks for the link to your page and the screenshot, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (max-width: 454px) { 
    	.html_header_top.html_header_sticky #top.page-id-1471 #wrap_all #main {
        padding-top: 126px !important;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1350097

    YOU ARE THE BEST.

    Thank you – all fixed!

    #1350106

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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