Reduce Height

Discussion in 'VideoCraft WordPress Theme' started by amaconline, Dec 22, 2013.

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

    amaconline Member

    Joined:
    Feb 17, 2013
    Messages:
    217
    Likes Received:
    6
    Hi, how do I reduce height of the menu on Media screen.

    Thank you.

    (Check attachment for ref)
     

    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: 480px){
    .top_strip .menu {
    padding-top: 0px;
    }
    .mobile_nav {
    margin-bottom: 0px;
    }
    .top_strip {
    height: 155px;
    }
    }
    This will solve your issue.
     
    amaconline likes this.
  3. amaconline

    amaconline Member

    Joined:
    Feb 17, 2013
    Messages:
    217
    Likes Received:
    6
Thread Status:
Not open for further replies.

Share This Page