Move up

Discussion in 'ColorWay WordPress Theme' started by satinfeather99, Jun 2, 2013.

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

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
    Hi I would like to move the row of the bottom 4 pictures up to close in the space a little in the theme of the home page. How would I do that?

    There is too much space below the line that says"Promoting ethical bowhunting....." and the row of four pictures. I would like the row of pictures to be closer to the line that says "Promoting ethical...

    Thanks
    http://69.195.124.91/~wsbowhun/Bowhunters/
     
  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:
    #content{
    margin-top:0;
    }
    .content-info {
    padding-bottom: 0;
    }
     
  3. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
    Hi, I could not get this to work. Could you take a another look for me. I would like to move up the bottom of the home page (bottom 4 pictures) closer to and (underneath)"Promoting ethical bow hunting..."

    Thanks so much.

    http://69.195.124.91/~wsbowhun/Bowhunters/
     
  4. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
  5. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste the code given below in Custom CSS (Appearance > Theme Option > Styling Option > Custom CSS)
    instead of the previous given code.
    Code:
    #content {
    margin-top: 0px ! important ;
    }
    .content-wrapper .content-info {
    margin-bottom: 0px ! important ;
    }
    .content-info h1 {
    margin-bottom: 5px;
    }
    You can adjust the value of margin according to your requirement.
    This will solve your issue.
     
  6. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
    Thanks! that works :)
     
Thread Status:
Not open for further replies.

Share This Page