Hi Guys,
I guess it’s quite easy to fix, but I am struggling to get the right css code. Would great if you could have a look onto the following site: https://tinyurl.com/y8zyvz2y . On this site i have implemented a custom html widget in a full width element in order to display Social Media Icons. However, i was able to center the widget title but not the icons. Could you give me a hint what i have to do to place the icons centered below the widget title?
Screenshot: https://pasteboard.co/GJRs0Nf.png
Thanks for your assistance!
Hey Frank,
Whta is the web site URL?
Best regards,
Basilis
Hey Basilis,
click on this link https://tinyurl.com/y8zyvz2y and you will be forwarded to the website URL.
Best regards,
Frank
Hi,
Thank you for the update. Please try the following css codes.
#custom_html-2 .social_bookmarks {
text-align: center;
}
#custom_html-2 .social_bookmarks li {
display: inline-block;
float: none;
}
Best regards,
Ismael
Thanks Ismail,
it’s working fine now. Have a great day!