When editing a post with classic editor, Sharing Button is aligned perfectly. Once VC Backend Editor is used, Sharing Button at the bottom misaligned to left bottom. How to fix this? Thank you.
Please view it here: http://www.kkboxes.com/test2/
Hi,
I hope you are doing well. Thanks for writing.
Yes, the thing is that when the Visual Composer is used to edit a post, then the Smart Settings do not take place and the layout is set to full width.
If you use visual composer and you want to keep the other parts boxed, you can use the following CSS:
.entry-footer {
max-width: 1080px;
margin: 0 auto;
padding: 30px 0 !important;
}
.comments-area {
max-width: 1080px;
}
Best,
Juan.