Logo and Top Right Contact Details overlap on Mobile Phone

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Jan 19, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    See attachment.

    My logo and Top Right Contact Details overlap when I open my website on mobile phone.

    Can you help me to solve it?
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi maggiemae,

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

    Code:
    @media screen and (max-width:500px){
    .call-us {
    margin-top: 50px;
    }
    }
    Thanks,
    Praveen
     

Share This Page