Hi, After updated to Enfold 3.0 I noticed that the comment section at the bottom of blog posts is not aligned as it should and it sticked to far to the right side of the screen – http://screencast.com/t/thpa1Hjs28Lm
I would like it to align with the same space from the right as the blog post content and social sharing icons above.
The URL for reference is – http://polytowncoil.staging.wpengine.com/introducing-new-geforce-gtx-980-gtx-970/ (hosted on WPengine)
Thanks.
Hi bakbek!
Try adding this code to the Quick CSS:
.comment-entry{
padding-right:50px;
}
Best regards,
Arvish
Thanks.