Header area-ladymarrylou

Discussion in 'ButterBelly WordPress Theme' started by ladymarrylou, Jan 9, 2014.

  1. ladymarrylou

    ladymarrylou New Member

    Joined:
    Dec 30, 2013
    Messages:
    7
    Likes Received:
    0
    Hey there, how do I reduce the space between the slider image and the menus at the top of the page? There's currently too large a white space between them.

    Thanks!

    Mar
     
  2. lanabstephens

    lanabstephens Guest

    Joined:
    Jan 2, 2014
    Messages:
    8
    Likes Received:
    0
  3. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .flexslider .slides > li {
    margin-top: 2px;
    } 
    You can adjust the value of "margin-top" as per your requirement.
    This will solve your issue.
     
  4. ladymarrylou

    ladymarrylou New Member

    Joined:
    Dec 30, 2013
    Messages:
    7
    Likes Received:
    0
    Hey folks

    Thanks for the suggestions, but I'm afraid I'm still unable to reduce margin size. Piyush, when make the margin small (like into minus numbers), it just takes the top of my slider image off but the margin space remains untouched?! Any other alternatives?

    Thanks again


    Mar
     
  5. ladymarrylou

    ladymarrylou New Member

    Joined:
    Dec 30, 2013
    Messages:
    7
    Likes Received:
    0
    Ok, it seems the problem is that there is space allocated for Site Title and Tagline, even though I have left these blank. Any way of deleting theses options? I reckon that should fix it!
     
  6. ladymarrylou

    ladymarrylou New Member

    Joined:
    Dec 30, 2013
    Messages:
    7
    Likes Received:
    0
    Sorry - me again! I figured it out - edited the Header in Stylesheet, changing the padding from 35px to 0px - all done :)
     

Share This Page