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:
`
Do you know how I can fix it for this one page?
Thanks!
Shari
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
YOU ARE THE BEST.
Thank you – all fixed!