Home › Forums › All Other Themes › Call to action not responsive
- This topic has 12 replies, 2 voices, and was last updated 7 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
March 1, 2017 at 10:47 am #63787
Hi, in the theme options in SKT Black Pro I tried to change the contact button. It should not be an url. But a call to action to a phone number. So I made this code:
but it is not working on a phone. On a desktop it looks fine.
What should I do?
See: http://taxinijmegen.com/Regards,
BasMarch 1, 2017 at 10:48 am #63789I meant this code:
024 388 8845March 3, 2017 at 11:37 am #64144Can you please help me?
March 3, 2017 at 12:13 pm #64165Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:479px) {
#slider .top-bar a.contact, .contact-banner a { margin-top:-8px !important;}
}Regards,
DaveMarch 3, 2017 at 12:51 pm #64182Hi, thanks for your reply. Unfortunately thats not a solution. I have this code now in my custom css field. Is it possible some codes don’t match together?
.top-bar img{position:relative; display:block; margin:0 auto;}
@media screen and (max-width:479px) {
a.arrow-down, #slider .top-bar p { display:block;}
.top-bar img { width:45%; height:auto;}
#slider .top-bar p { font-size:15px; margin-top:-18px;}
#slider .top-bar a.contact, .contact-banner a { margin-top:-8px;}
}@media screen and (min-width:480px) and (max-width:767px) {
a.arrow-down, #slider .top-bar p { display:block;}
.top-bar img { width:50%; height:auto;}
#slider .top-bar p { font-size:15px; margin-top:-10px;}
#slider .top-bar a.contact, .contact-banner a { margin-top:0;}
}@media screen and (max-width:479px) {
#slider .top-bar a.contact, .contact-banner a { margin-top:-8px !important;}
}March 3, 2017 at 1:20 pm #64191Hi,
Can you send us screenshot of this issue? Upload your screenshot on imgur.com and paste the share URL here.
Regards,
DaveMarch 3, 2017 at 1:36 pm #64202http://imgur.com/uIzHcNE
March 6, 2017 at 6:19 pm #64493Can you please have a look at it?
Thanks
Regards,
BasMarch 7, 2017 at 5:32 am #64539Hi Bas,
Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveMarch 13, 2017 at 10:33 pm #65228Hi, just did. Like to hear from you.
Regards, BasMarch 14, 2017 at 9:07 am #65327Hi Bas,
This issue was resolved from our end. Kindly check and confirm.
Regards,
DaveMarch 17, 2017 at 10:32 am #65828Great, thanks!
March 17, 2017 at 10:37 am #65829🙂
-
AuthorPosts
- The topic ‘Call to action not responsive’ is closed to new replies.