Adjust height of shape beneath header

Discussion in 'Figero WordPress Theme' started by rexmanaster, Dec 9, 2013.

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

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Hi,

    On pages other than the home page, there is a shape (theme gradient/colored) beneath the header that appears to be about 106 px in height. How can I adjust that height?

    Thanks,
    Rex
     
  2. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .page-info-container {
    height: 65px;
    }
     
    .page-info-container .page_info #crumbs {
    margin-top: 5px;
    }
    You can adjust height and margin top according to your requirement.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  3. rexmanaster

    rexmanaster Member

    Joined:
    Feb 18, 2012
    Messages:
    180
    Likes Received:
    4
    Terrific, Nitesh!

    Thanks so much,
    Rex
     
Thread Status:
Not open for further replies.

Share This Page