Hi!
At the bottom of the page, I need to have the facebook icon next to Instagram icon. How can I do that?
Both elements have a CSS id:
#icono-instagram
and
#icono-facebook
Thanks!
Santiago
Hey enfold,
First of all, remove the line break between the icons. Then add this to Quick CSS:
#col-address .av_font_icon {
display: inline-block;
}
Best regards,
Rikard
Thanks Rikard!!