Mobile Header Height and Centering text in Lead Capture Settings

Discussion in 'Local Business WordPress Theme' started by joetheriault, Aug 22, 2014.

  1. joetheriault

    joetheriault New Member

    Joined:
    Mar 12, 2014
    Messages:
    11
    Likes Received:
    0
    There is a lot of white space in the header section of the mobile version. On the desktop version I put a blank in the top right section so that nothing would show there since I already have the phone number in my logo.
    Q1-Is there a way to reduce the height of header section so that it is the height of logo and tap to call button.
    Q2- How can I center the text in the Lead Capture Settings section? I have the Lead Capture turned off.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    @media only screen and (max-width: 767px){
    .header .logo {
    margin-bottom: 0;
    }
    ul.social_links
    {
    margin:0;
    }
    .call .social_logo {
    margin-top: 0;
    }
    .call-us p{
    margin:0;
    }
    }
     
     
    .signupleft{
    text-align:center;
    }
    Thanks & Regards
    Pramod
     

Share This Page