Info on right side of home page - 2 column format not showing

Discussion in 'Nutrition WordPress Theme' started by imagegrafx, Nov 19, 2014.

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

    imagegrafx Member

    Joined:
    Jan 12, 2013
    Messages:
    76
    Likes Received:
    0
    glenechocontracting.com
    I am trying to use the two column format on the home page. As you can see the left side is working. I have filled in the info for the right side and it's not showing up. Can you offer me some advice? Thanks!
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Actually you have added a code in custom CSS that hide second section.
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .index_feature .side_widgits_wrapper .side_widgits {
    display: block;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. imagegrafx

    imagegrafx Member

    Joined:
    Jan 12, 2013
    Messages:
    76
    Likes Received:
    0
    Thanks! That worked!
     
Thread Status:
Not open for further replies.

Share This Page