• Resolved essbee663

    (@essbee663)


    Hi.. we have the plugin set up and working in the right sidebar, but the image is left aligned. I cant work out what the correct CSS should be to force it to be centered – any suggestions? Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @essbee663

    You can add this CSS Snippet.

    .widget-item.zoom-instagram-widget .zoom-instagram-widget__item{
        margin:0px !important;
    }
    .widget-item.zoom-instagram-widget{
        display:flex;
        align-items: center;
        flex-direction: column;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Alignment in sidebar’ is closed to new replies.