Custom Page Title

Discussion in 'Cloriato WordPress Theme' started by jessicalynn83, May 28, 2014.

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

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Hello!

    To use my own custom page titles, and disabled to defaults using styling options. But I now have a minor problem.

    I have a rather large gap between the main menu, and the custom title. Is there a way to close the "gap" between the two, using CSS in the styling options?

    I've included a link to one of my pages, as reference.

    http://www.jessicazimmer.com/projects/short-stories/the-lady-of-the-hall

    Many thanks,
    Jessie
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Jessie,

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

    Code:
    .content_wrapper {
    margin-top: 30px;
    }
    .content_wrapper .fullwidth-page {
    padding-top: 20px;
    }
    
    Adjust padding, margin according to your requirement.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Thanks Nitesh, this worked a treat!

    Jessie
     
Thread Status:
Not open for further replies.

Share This Page