Support » Plugin: Simply Instagram » CSS Styling

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Kind of the same question here, how can I edit the CSS to change the layout?

    Cheers!

    Just use the classes outputted by the widgets – e.g.

    .widget_instagram_most_popular, .widget_instagram_recent_media {padding-right: 0px !important;}

    .front-photo {
    padding: 0px;
    margin-right: 6px;
    margin-bottom: 6px;
    background-color: white;
    border: none;
    vertical-align: middle;
    border-radius: 0;
    }

    Thread Starter sumitmalhotra

    (@sumitmalhotra)

    Thank you Andreas. Much appreciated. … works well.

    Thanks Andreas! I just was nesting the CSS under the incorrect class. It works like a charm now!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS Styling’ is closed to new replies.