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

    I can’t seem to get a mobile friendly “Call Now” button link in the full page sliders to work. Can someone help?

    #764048

    Hey mikebucci,

    Can you give us a screenshot? you can upload the image in http://imgur.com/ and post the link here. Also I can’t find the Call Now button, but I do find Call Us, are you referring to it?

    Best regards,
    Nikko

    #764148

    Hartshorn mobile

    I want to be able to have buttons in the sliders that as visitors are viewing the site on their mobile devices can simply click it, and call the company.

    This theme already has the buttons as you can see, I just don’t know how to code the buttons properly.

    #764425

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:767px) {
      .av_slideshow_full li img {
        position: relative;
        height: 300px;
        width: auto;
        max-width: none;
      }
    }

    Hope this helps :)

    Cheers!
    Nikko

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