How to Adjust Spacing Between NAV and Page Name?

Discussion in 'Cloriato WordPress Theme' started by pd1215, Aug 7, 2013.

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

    pd1215 New Member

    Joined:
    Jun 10, 2013
    Messages:
    10
    Likes Received:
    0
    Hi there! Can you tell me how to change the spacing between the main NAV and the page titles? The gap is too large currently and I'd like to adjust it. I have attached a screenshot below to illustrate my point. I am currently using a Fullwidth Page template for this example. The problem is even worse if I insert a breadcrumbs NAV under the main NAV. I just need to know where to set this parameter. Thanks!!
    cloriato-gap.gif
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content_wrapper {
    margin-top:5px;
    }
    Adjust its value as per your requirements.
     
  3. pd1215

    pd1215 New Member

    Joined:
    Jun 10, 2013
    Messages:
    10
    Likes Received:
    0
    That did the trick. You're the man, Gourav! Thanks for your help!! :)
     
Thread Status:
Not open for further replies.

Share This Page