Tagged: facebook like box
Hi,
I would like to know how to adjust the spacing between the title of the 4th column and the Enfold Facebook like box. I want to reduce the space to make it similar to the widgets to the left of it.
sl
Hey slui!
Please try the following in Quick CSS under Enfold–>General Styling:
#avia_fb_likebox-2{
margin-top:0px !important;
}
Best regards,
Rikard
Hi Rikard,
Thank you for the response, but I wasn’t able to see the effect of the CSS code.
1. As you can see from the attached pic, I want to reduce the space between the top of the facebook box to the orange line so that it is aligned with the top of the widget column beside it.
2. I also want to bring up the height of the pinterest button to be closer to the facebook like box. (black vertical between facebook like box and pinterest button)
Please advise on how to accomplish this.
sl
Hey!
Please add following code to Quick CSS
section#avia_fb_likebox-2 {
margin-top: -20px!important;
}
#footer #text-18 {
margin-top: -25px!important;
}
Regards,
Yigit
Thanks that worked perfectly…