Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #850459

    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!

    #850695

    Hey Frank,

    Whta is the web site URL?

    Best regards,
    Basilis

    #850698

    Hey Basilis,

    click on this link https://tinyurl.com/y8zyvz2y and you will be forwarded to the website URL.

    Best regards,
    Frank

    #851340

    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

    #851478

    Thanks Ismail,

    it’s working fine now. Have a great day!

    #851902

    Hi,

    No problem. Let us know if you need anything else. Take care.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Having a small CSS issue to center content of a custom html widget’ is closed to new replies.