phone number not visible on mobile

Discussion in 'BlackBird WordPress Theme' started by scaadmin, May 19, 2016.

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

    scaadmin New Member

    Joined:
    May 13, 2016
    Messages:
    10
    Likes Received:
    0
    Hello,
    i have two issues:
    1. phone number is not visible on mobile site: http://spinecenteratlanta.com/webflip/
    2. how do i move the lead form to the bottom of the page on mobile only?

    thank you!
     
  2. priya

    priya Guest

    Hi,

    Greetings from InkThemes!

    Regarding your first issue, i.e. phone number is not visible on mobile site

    Please paste the code given below in Custom CSS field of your dashboard.
    Code:
    @media only screen and (max-width: 640px){
    .call-us p {
        display: block;
        margin-right: 222px;
    }
    .call-us a.btn {
        display: none;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .call-us p {
        display: block;
    }
    }
    @media only screen and (max-width: 480px){
    .call-us a.btn {
        display: none;
    }
    .call-us p {
        margin-right: 118px;
    }
    }


    And for the second issue, i.e. how do i move the lead form to the bottom of the page on mobile only?

    I would like to inform you that there would be requirement of some source code customization in the theme...

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. scaadmin

    scaadmin New Member

    Joined:
    May 13, 2016
    Messages:
    10
    Likes Received:
    0
    thank you! the phone number is now visible but it is not centered. can you help me adjust that?

    regarding the second problem: i'd like to remove the form if i'm unable to move it to the bottom through css.

    thanks
     
  4. priya

    priya Guest

    Hi,

    I am unable to access your site..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
    scaadmin likes this.
  5. scaadmin

    scaadmin New Member

    Joined:
    May 13, 2016
    Messages:
    10
    Likes Received:
    0
  6. priya

    priya Guest

    Sorry..!! my mistake..:(

    I just corrected my statement above..

    Kindly check.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. scaadmin

    scaadmin New Member

    Joined:
    May 13, 2016
    Messages:
    10
    Likes Received:
    0
  8. priya

    priya Guest

    Great..!!!
     
Thread Status:
Not open for further replies.

Share This Page