I need code to add a tap to call button for Swiftray

Discussion in 'SwiftRay WordPress Theme' started by greatscottfilm, Sep 1, 2015.

Thread Status:
Not open for further replies.
  1. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    I need code to add a tap to call button for Swiftray - Do you guys have something that we can add to the html or styling options, Thanks so much
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    It requires some customization in the source code of the theme.

    Please mention the area in which you wanted to add the 'tap to call' with the help of some screenshots along with the thread link and the desired logo.

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Top right corner, in the site, you worked on previously for me
     

    Attached Files:

  4. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    It would be our pleasure to serve you.

    You would be glad to know that we have done the changes in your website as per your requirement.

    Kindly check and reply.

    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Thanks Nitin, you're great, I appreciate that so much. I did move the margin for the container to the left about 15px, and the only thing, the container for call-us: the float is to the right
    .call-us p {
    float: right;

    in mobile, we need code for it to float: center;

    I tried to write it myself so I would not bother you about it but could not get it to work
     

    Attached Files:

  6. nitin

    nitin Guest

    Hi Scott,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media screen and (max-width: 480px) {
    .call-us {
           margin-right: 38px !important;
    }
    }
    
    Note:- Please change the margin according to your requirement.

    Hope it will resolve your issue

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  7. greatscottfilm

    greatscottfilm Guest

    Joined:
    May 30, 2014
    Messages:
    109
    Likes Received:
    1
    Your good at your work Nitin, thank you again for your help,

    WORKED PERFECT!!!

    :)
     
Thread Status:
Not open for further replies.

Share This Page