Bottom Feature

Discussion in 'GoldenEagle WordPress Theme' started by mightypizzaoven, Dec 16, 2012.

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

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
    How do I remove Blog column from Bottom Feature area. Instead of 3 columns, I will have only two wider columns.

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .feature-blog{
    display:none;
    }
    .container .five.columns{
    width:450px;
    }
    .container .five.columns{
    width:450px;
    }
     
  3. mightypizzaoven

    mightypizzaoven Member

    Joined:
    Nov 4, 2012
    Messages:
    82
    Likes Received:
    0
Thread Status:
Not open for further replies.

Share This Page