Template Shaper_resort - Question | JoomShaper

Celebrate JoomShaper's Sweet 16 with Flat 35% OFF!

Template Shaper_resort

AE

Antoniadis Pol & SIA EE

Template 3 months 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
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months 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
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months ago #220360

Hello,

Did you check?

0