space between header and content box

Discussion in 'Themia WordPress Theme' started by rostin, Feb 16, 2015.

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

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    hello,
    the space between header and content box will change when switching between page/post/gallery/contact/full width?
    is it possible to have a fixed distance in all pages/posts?
    Pls see the attached screenshot.

    Thank you margin.png
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Rostin,

    In order to keep your site contents at standard distance from the header,
    you need to paste below CSS code in Custom CSS field located in Dashboard->Appearance->Theme Options->Styling Options

    Code:
    .fullwidth{
    margin-top:30px;
    }
    This will resolve your issue,

    Thanks & Regards!
    Naveen Kolhe
    InkThemes.com
     
  3. rostin

    rostin Member

    Joined:
    Nov 20, 2012
    Messages:
    88
    Likes Received:
    2
    Worked perfect. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page