Hello,
I’d like to display in a column 2 social icons side by side AND centered. Following your topics, I’ve found how to put them side by side but I don’t manage to center them in the column.
Here is my html code :
[av_font_icon icon='ue8f3' font='entypo-fontello' style='' caption='' link='' linktarget='' size='30px' position='' color='#1e23f5' admin_preview_bg=''][/av_font_icon][av_font_icon icon='ue909' font='entypo-fontello' style='' caption='' link='' linktarget='' size='30px' position='' color='#1e23f5' admin_preview_bg=''][/av_font_icon]
I’ve added an ID to the colour section containing the Columns (1/4, 1/2, 1/4 – the social icons are in the 1/2 column) so the css is :
#rs .av_font_icon {
display:inline-block !important;
padding-right: 40px;
}
Tx for your help guys !
Nice day
Hey newki75,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Sarah
Sure, please find the credentials above.
Hi,
Thanks for the login details, though I can’t find an element on the front page with the ID #rs. Where can we see the elements?
Best regards,
Rikard
Hi Rikard,
The rs id is in the color section which contains the title FOLLOW US ON FACEBOOK & INSTAGRAM on the homepage. The 2 icons are just under this title but aigned on the left for the moment cause I don’t manage to center them.
Tx !!
I’ve found the solution by myself, I’ve added a div with text-align: center. You can close the track