Using Facebook comment

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Mon Mar 10, 2014 3:59 pm
Hi!

I'm not sure if this is beyond the scope of your support. I've been trying to implement Facebook commenting system by installing the Facebook plugin. However, the comment box appears to be pushed to the left. Please see the image blow.

How can I place the comment box back to its normal position?

Untitled.png
User avatar
Junior Boarder

GK User
Mon Mar 10, 2014 6:14 pm
Could You please post an url to your site?
User avatar
Moderator

GK User
Tue Mar 11, 2014 12:52 pm
Cyberek wrote:Could You please post an url to your site?


Here it is: http://www.arika.co/blog/

Thanks a lot!
User avatar
Junior Boarder

GK User
Tue Mar 11, 2014 7:35 pm
Please edit: wp-content/themes/Simplicity/css/override.css
Code: Select all
section#gk-mainbody #comments {padding-left: 160px;}
@media (max-width: 580px) {
section#gk-mainbody #comments {padding-left: 0px;}
}

Remember to enable "Use the override.css file" in theme settings (item in admin menu, under comments section, advanced tab).

Sadly - facebook comments plugin is not responsive so it might be cutted out on some devices.
User avatar
Moderator


cron