Landing page spacing

Discussion in 'BizWay WordPress Theme' started by kimo1966, Jan 8, 2013.

  1. kimo1966

    kimo1966 New Member

    Joined:
    Jul 16, 2012
    Messages:
    3
    Likes Received:
    0
    I would like to tighten up the horizontal spacing between the slider and 3 icons below and the logo spacing. I need to come as close as I can to having these three items "above the fold" (or another theme which has a landing page with does this...
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please explain your problem with the help of screenshot, where you want to remove the spacing, so that we can give you the exact solution.
    And also share the link of your website.
     
  3. kimo1966

    kimo1966 New Member

    Joined:
    Jul 16, 2012
    Messages:
    3
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .main-content-container {
    margin-top: 0px;
    }
    .slider-shaddow {
    margin-bottom: -30px;
    }
    .header .logo {
    margin-top: 00px;
    margin-bottom: 0px;
    }
    Adjust its values as per your requirements.
     
  5. kimo1966

    kimo1966 New Member

    Joined:
    Jul 16, 2012
    Messages:
    3
    Likes Received:
    0
    Excellent!!! thank you! Can I ask for code area to tighten the whole page? Which file name? Style Sheet?
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.Yes, you can ask your problem with the help of screenshot, where you want to remove the space in the page, so that we can give you the exact solution.

    2.Style.css
     
  7. vanessaperry

    vanessaperry New Member

    Joined:
    Jan 23, 2013
    Messages:
    1
    Likes Received:
    0
    On the home page is there a way to format the font a paragraph styles in the header under the slider. Right now it's just a string of text. I would like to add formatiing like indents, bullet lists etc.
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please share the link of your website and also specify the exact location where you want to format the paragraph.
     

Share This Page