Cloriato Home Page 3 Column area missing last column in Chrome & Firefox

Discussion in 'Cloriato WordPress Theme' started by wtrujillo, Feb 25, 2014.

  1. wtrujillo

    wtrujillo Guest

    Joined:
    Jun 26, 2013
    Messages:
    26
    Likes Received:
    1
    On shadowcreekconstruction.com our third column has suddenly disappeared in both Chrome and Firefox, but not Safari. And, the slider navigation buttons are now aligned left vs. centered in all browsers.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. wtrujillo

    wtrujillo Guest

    Joined:
    Jun 26, 2013
    Messages:
    26
    Likes Received:
    1
    That did not work. Other ideas?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Remove the code given below from Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    of your dashboard and also follow the instruction shown in the image given below.

    Code:
    .one_third.last {
    display: none;
    }
    .featured .one_third.last {
    display: run-in;
    } 
    [​IMG]

    This will solve your issue.
     
  5. thatkatiedid

    thatkatiedid New Member

    Joined:
    May 14, 2013
    Messages:
    8
    Likes Received:
    0
    I am having the same problem. I tried your fix above in the custom CSS, and it brought it back, but it also added a video above that section that I do not want there. Can you help?
    naughtonrecycling.com
    Thank you!
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107


    Hello,
    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard as instructed in the image given below

    Code:
    .feature_content .last:nth-child(2){
    display:none;
    } 
    [​IMG]

    This will solve your issue.
     

Share This Page