• Resolved kalik

    (@kalik)


    Hi there!

    Great plugin, thanks for contributing. I’ve used the manual placement –
    <?php echo DISPLAY_ULTIMATE_PLUS(); ?>
    But it’s aligned to left. Is there a way to center it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thank you Kalik. That is more of a template issue (also see https://www.ultimatelysocial.com/faq). Please ask your theme creator about it, or place it in a different way.

    kalik,
    I might be dealing with this soon. If so, I’ll let you know how I managed it.

    I put my manual placement code inside a div with id="socialMediaContainer" and then added this to my style.css file

    #socialMediaContainer {
        width: 229px;
        margin: 0 auto;
        /* background: red; */
    }

    Use the red background to help you find the correct width that just barely holds your icons.
    I tried a larger contain and text-align: center, but it didn’t do what we might have expected.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center manaully placed icons’ is closed to new replies.