Hi support,
How do I get two icons on the same line?
Both icons are linking to different urls.
Here is a link to the image of the two icons….on the test site:
http://web19.lexodoc.dk/wp-content/uploads/2019/08/icons-same-line.png
Thanks :-)
/OKEIwebbureeau
Hey OKEIwebbureau,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi OKEIwebbureau,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#av_section_2 .av_font_icon {
display: inline-block;
text-align: center;
width: 10%;
}
#av_section_2 br + .av_font_icon {
margin-left: 40%;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks, Victoria – that worked fine :-)
Please close.
/OKEIwebbureau