Template Shaper_resort - Question | JoomShaper

Template Shaper_resort

AE

Antoniadis Pol & SIA EE

Template 4 hours ago

Hello, I have a problem with a button (booking) that I have created on the menu not appearing, which does not appear on mobile. I have made all the necessary settings in the template style. Can you help me?

0
1 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 hours ago #220093

Hi there!

Thanks for reaching out.

Are you talking about the following Book Now button?

https://cleanshot.com/share/yGcFskTx

If yes, I have added the following code in your custom CSS:

@media only screen and (max-width: 480px) {
    #sp-reservation {
        display: block;
    }
}

Please check now and let me know.

Best regards,

0