4 homepage columns

Discussion in 'Slice WordPress Theme' started by spoonboy90, Sep 2, 2013.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    Is there a quick fix to remove one of the columns on the home page so there is 3 not 4?

    Thanks
     
  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:
    .page-info .page-item {
    width: 280px
    }
    .page-info .page-item:last-child{
    display:none;
    }
     

Share This Page