I can’t seem to get a mobile friendly “Call Now” button link in the full page sliders to work. Can someone help?
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
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.
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