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
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
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
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.
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