Larger header area, drop menu down

Discussion in 'Smartbooking-Appointment Booking WordPress Theme.' started by andreahw16, Nov 29, 2015.

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

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    Is it possible to drop the menu down about 10 pixels? Would like a little more space up in the header. Client likes logo larger so having more room in header will be cleaner look. Tank you.

    Thank you Screen Shot 2015-11-29 at 4.21.54 PM.png
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To make changes in font size of the menu, you can paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .sf-menu li {
        font-size: 20px !important;
    }
    To adjust top space in header, you can use the code given below,
    Code:
    .sb-menu-wrapper {
        margin-top: 45px !important;
    }
    Note: Adjust numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. andreahw16

    andreahw16 Guest

    Joined:
    Mar 17, 2014
    Messages:
    65
    Likes Received:
    0
    Location:
    Wheaton, IL
    Thank you the extra space worked great. !!
     
Thread Status:
Not open for further replies.

Share This Page