need button on mobile view same as on desktop view

Home Forums SKT Full Width Forum need button on mobile view same as on desktop view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #147668
    aime ponda mali kichimbaaime ponda mali kichimba
    Participant
    • Topics: 1
    • Replies: 0
    • Total: 1
    Member since: March 16, 2020

    I have purchased the Reiki theme. on desktop view, I have a button on the slider. this button is very very very important as I names it ” book your appointment ” for potential clients. only, unfortunately, this button is not accessible on mobile view and I did not see how to add this using “builder”

    website https://www.cabinet-ajna.be

    thank you

    #147688
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    .nivo-caption .slidebtn {
        display: table !important;
    }
    }

    Regards,
    Dave

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