homepage 3 column layout

Discussion in 'Andrina WordPress Theme' started by squeeza, Dec 12, 2013.

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

    squeeza New Member

    Joined:
    Dec 10, 2013
    Messages:
    2
    Likes Received:
    0
    For the features area on the homepage, is it possible to have a 3 column layout instead of 4?
    An increase in the feature image size will be necessary as well.

    I have created a child theme, so would I need to add the relevant php file in this folder?

    Could you please point me in the right direction.

    http://spinnakerfood.co.nz/cleanest-pastures/

    Thank you.
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .feature-item:nth-child(5) {
    display: none;
    }
    .feature-content .feature-item {
    width: 280px;
    height:auto;
    margin-right: 30px;
    }
    .feature-content .feature-item img {
    width: 280px;
    height:auto;
    }
    You can adjust the values as per your requirement.
    This will solve your issue.
     
  3. squeeza

    squeeza New Member

    Joined:
    Dec 10, 2013
    Messages:
    2
    Likes Received:
    0
    Thanks it worked.
     
Thread Status:
Not open for further replies.

Share This Page