Decrease Vertical Space throughout Home Page

Discussion in 'Andrina WordPress Theme' started by marmoset, Aug 6, 2013.

  1. marmoset

    marmoset Member

    Joined:
    Dec 28, 2011
    Messages:
    70
    Likes Received:
    2
    The theme is great but there is generally too much vertical space between elements.
    I would like to decrease the white space between header, slider, and featured pages, as per attached screenshot.

    Please let me know how to do this.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .menu_wrapper{
    margin-bottom:5px;
    }
    .slider-wrapper{
    height:480px;
    }
     
    .feature-content {
    margin: 0 20px 10px 0px;
    }
    Adjust its value as per your requirements.
     
  3. marmoset

    marmoset Member

    Joined:
    Dec 28, 2011
    Messages:
    70
    Likes Received:
    2
    Great Gourav thanks

    How do we reduce the depth of the shadow coming from the slider?
     
  4. Piyush

    Piyush Support Staff

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

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

    Code:
    .slider-wrapper {
    background-position-y: 400px;
    }
    You can adjust this value as per your requirements.
    This will solve your issue.
     
  5. marmoset

    marmoset Member

    Joined:
    Dec 28, 2011
    Messages:
    70
    Likes Received:
    2
    Hi Piyush
    I entered this code and altered the value many times and it made no difference to the depth of the shadow coming from the slider- please advise
     
  6. Piyush

    Piyush Support Staff

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

    marmoset Member

    Joined:
    Dec 28, 2011
    Messages:
    70
    Likes Received:
    2
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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


    Code:
    .slider-wrapper {
    background-position-y:392px!important;
    }
    This will solve your issue.
     
  9. marmoset

    marmoset Member

    Joined:
    Dec 28, 2011
    Messages:
    70
    Likes Received:
    2
    Hi there

    This did not work either- i reduced the setting to 100px but no difference
     
  10. Piyush

    Piyush Support Staff

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

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

    Code:
    .slider-wrapper {
    background-position-y: 400px!important;
    height: 450px;
    }
    Do not change the value "background-position-y" , but you can adjust the value "height" as per your requirement.
    This will solve your issue.
     
  11. marmoset

    marmoset Member

    Joined:
    Dec 28, 2011
    Messages:
    70
    Likes Received:
    2
    Hi
    This does not work
    A reminder of my second question - what I want to change is 'The Depth of The Shadow coming from the slider - not the distance between the slider and heading.
    How do we do this?
     
  12. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    The shadow of slider is shown there with the help of "slide-shaddow.png" image.
    There is an another way to do that.
    Go to images directory present in your theme directory and replace your image with present "slide-shaddow.png" image or edit it and reduce its shadow depth
    with the help of photoshop tool or any other photo editor tool .

    The name of image is "slide-shaddow.png" image.

    Note:- Use same name for your edited image and remove the previous image.

    See the link for the reference.
    http://www.inkthemes.com/how-to-edit-internal-files-through-ftp/07/
     

Share This Page