Removal of 1 of the 2 Columns

Discussion in 'Andrina WordPress Theme' started by boommusix, Apr 15, 2013.

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

    boommusix New Member

    Joined:
    Apr 9, 2013
    Messages:
    13
    Likes Received:
    0
    Hi, I want to remove One of the 2 columns.. is that possible?
    The "Recent Work"..

    Any css to remove it?
     
  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:
    .bottom-feature .bottom-feature-right{
    display:none;
    }
     
  3. boommusix

    boommusix New Member

    Joined:
    Apr 9, 2013
    Messages:
    13
    Likes Received:
    0
    Thank you
     
  4. boommusix

    boommusix New Member

    Joined:
    Apr 9, 2013
    Messages:
    13
    Likes Received:
    0
    I've remove the right column.. however it does not shows up well..

    Is it possible to make the "From the Blog" left column longer?
     
  5. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .bottom-feature .bottom-feature-left {
    width: 920px;
    }
     
  6. boommusix

    boommusix New Member

    Joined:
    Apr 9, 2013
    Messages:
    13
    Likes Received:
    0
    Thanks guys.. u all rock!
     
Thread Status:
Not open for further replies.

Share This Page