Three column feature

Discussion in 'Appointway WordPress Theme' started by bluelightsec, Mar 11, 2015.

  1. bluelightsec

    bluelightsec New Member

    Joined:
    Feb 16, 2015
    Messages:
    19
    Likes Received:
    0
    how do i make the middle column disappear?
    I would also like to have the two remaining centered in the middle if possible.
    www.bluelightrealtor.com
     
  2. ankurjain

    ankurjain Support Staff

    Joined:
    Mar 9, 2015
    Messages:
    26
    Likes Received:
    1
    Hello bluelightsec,

    Could you please send us some edited screenshots of your issues so that we can have a detailed look over your issues and will try to resolve them as soon as possible.

    Thanks & Regards!
    Ankur Jain
     
  3. bluelightsec

    bluelightsec New Member

    Joined:
    Feb 16, 2015
    Messages:
    19
    Likes Received:
    0
    There are three Featured Columns on the theme's home page.
    I would like to have only two.



    [​IMG]
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi bluelightsec!

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

    Code:
    .featurebox_desc.second {
    display: none;
    }

    Thanks,
    Praveen
     
  5. bluelightsec

    bluelightsec New Member

    Joined:
    Feb 16, 2015
    Messages:
    19
    Likes Received:
    0
    This is all good. but thats not what i wanted. I need to remove the column content but keep the gap between 1 & 3.
    |-| |-| Like so.
     
  6. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi bluelightsec!

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

    Code:
    .featurebox .featurebox_desc.third {
        margin-right: 140px;
    }
    Thanks,
    Praveen
     

Share This Page