Spacing Issues

Discussion in 'Squirrel WordPress Theme' started by 1stopnonprofitshop, Mar 29, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    How to I add a space between the bottom of the navigation bar the "Senior Living?" It is too close to the navigation bar.
     

    Attached Files:

  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .header-info {
        margin-top: 50px;
    }
    NOTE: Change the 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. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    I tried that, but it didn't change it at all.
     
  4. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Just try the same code provided above with some much greater value as shown in the code below:-

    Code:
    .header-info {
        margin-top: 80px !important;
    }
    
    Hope this helps...!

    Incase, you still remain with the issue, just send us your website WordPress login details at [email protected] along with the thread link.
    Your Website URL:
    WordPress Username:
    Password :

    We will do it for you.

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page