Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Scott (@scottsweb)

    (@scottsweb)

    I will need more context to make a suggestion. What theme are you using? Can you provide a link to your site or a screenshot of your site? Do the images need tonsit in the middle of a sidebar or footer?

    You will need to create some custom CSS for your site. Do you know how to add CSS to your theme?

    Thread Starter Erin83

    (@erin83)

    Here is a screenshot of the widget
    Widget

    Yes I do know how to add custom CSS.

    Plugin Author Scott (@scottsweb)

    (@scottsweb)

    Try one of the following:

    .instagram-pics li {
        text-align: center;
    }

    or

    .instagram-pics img {
        display: inline-block;
        margin: 0 auto;
    }
    Thread Starter Erin83

    (@erin83)

    I tried those, it still won’t center.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to center widget?’ is closed to new replies.