Responsive Header Space (Small Screens)

Discussion in 'Nutrition WordPress Theme' started by spoonboy90, May 20, 2013.

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

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .header .logo img {
    margin-top: 0px;
    margin-bottom: 0px;
    }
    .header .header_info {
    margin-top: 0px;
    }
    .header .header_info p {
    margin-bottom: 20px;
    }
    }
    @media only screen and (max-width: 480px){
     
    .header .logo img {
    margin-top: 0px;
    margin-bottom: 0px;
    }
    .header .header_info {
    margin-top: 0px;
    }
    .header .header_info p {
    margin-bottom: 20px;
    }
    }
    This will solve your issue.
     
  3. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Perfect Thanks
     
Thread Status:
Not open for further replies.

Share This Page