How do I remove the extra whitespace that shows next to the Enfold Facebook Likebox?
Anyone able to help?
It appears to be related to the width of the footer column when only two columns are selected.
Hi,
Thank you for using Enfold.
Could you please provide a screenshot of the issue? You can use imgur or dropbox.
And please refrain from bumping or replying to your own thread because it gets pushed back to the end of the queue and moderators won’t be able to provide a response immediately. Please be patient while we go through the rest of the queue. Thank you for your understanding.
Best regards,
Ismael
I’ve added it to the private section. Thanks.
Hi,
Thanks for the screenshot and link. Please try the following in Quick CSS under Enfold->General Styling:
av_facebook_widget_wrap {
background-color: #222 !important;
}
Best regards,
Rikard
Sorry for the delay replying, this didn’t work.
Hi!
Please try adding following code to Quick CSS
.av_facebook_widget_wrap {
background: transparent !important;
}
Best regards,
Yigit
Perfect, thank you!