• Resolved tom84

    (@tom84-1)


    Hi,

    thanks for the plugin!

    Is it possible to align the feed on mobile in the center of the div (simple-instagram-list). so that the two rows are centered and not on the left?

    i look forward to hear from you, thanks!

    Tom

Viewing 10 replies - 1 through 10 (of 10 total)
  • Omer Hussain

    (@omerblink)

    Hello Tom!

    Sorry for the late reply… Somewhat wordpress.org is not notifying me for new topics in my support forum.

    Anyway … can you share the website you are using this plugin on?

    Thread Starter tom84

    (@tom84-1)

    Hello Omer,

    i write you the login-details by contact-form of your website… can you have a look?

    best regards

    Omer Hussain

    (@omerblink)

    Can you fill up the form on http://imomer.com

    Thread Starter tom84

    (@tom84-1)

    ok, i did it… you got the site details?

    Omer Hussain

    (@omerblink)

    Yes I did … Thanks 🙂

    Thread Starter tom84

    (@tom84-1)

    hey Omer,

    you found a solution to align the feed on mobile in the center of the div?

    best regards
    Tom

    Omer Hussain

    (@omerblink)

    Yes Tom 🙂

    you need to add this CSS code in your theme’s CSS file

    @media (max-width: 600px) {
        #simple-instagram-wrap .simple-instagram-list {
            text-align: center;
        }
        #simple-instagram-wrap .simple-instagram-list .simple-instagram-list-item {
            display: inline-block;
            float: none;
            margin: 0 7px 10px;
        }
    }
    Thread Starter tom84

    (@tom84-1)

    thanks omer! good support!

    Omer Hussain

    (@omerblink)

    Don’t forget to rate my plugin Tom 🙂

    Omer Hussain

    (@omerblink)

    Pleasure helping 🙂

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘responsive layout’ is closed to new replies.