Moving Feature Boxes apart

Discussion in 'Poloray WordPress Theme' started by skylerw, Feb 5, 2015.

  1. skylerw

    skylerw Guest

    Joined:
    Nov 14, 2013
    Messages:
    8
    Likes Received:
    0
    I have been reading through the CSS file and cannot figure out how to spread the feature boxes further apart from one another. I was not sure where I could find the information to edit for this. Thanks in advance for answer.
     
  2. skylerw

    skylerw Guest

    Joined:
    Nov 14, 2013
    Messages:
    8
    Likes Received:
    0
    the URL for the site is carterpainting.info - I want to have the 5 feature boxes further apart
     
  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey skylerw,

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

    .feature_box .grid_4 {
    margin-left: 35px;
    }
    .body_color {
    margin-left: -30px;
    }

    @media only screen and (max-width: 960px) and (min-width: 768px){
    .feature_box .grid_4 {
    margin-left: 27px !important;
    }
    }

    Thanks,
    Praveen
     

Share This Page