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.
Hello, Please download the fresh copy of Cloriato Theme from the members area (http://inkthemes.com/members/member) and, upload and activate it in your dashboard. Follow the link given below for reference. http://www.inkthemes.com/how-to-update-a-premium-theme-by-inkthemes/05/ I hope this will solve your issue.
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; } This will solve your issue.
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!
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; } This will solve your issue.