• Resolved thechicvibe

    (@thechicvibe)


    Hi i have the widget installed and all works but i would like to change the positioning of the follow me line. It is installed in a sidebar with one column and i would like to have the words follow me centralised in the column and possibly on the top rather than on the bottom?

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

    (@scottsweb)

    This should be possible with some custom CSS. If you can provide a link to your site I can provide some suggestions.

    Thanks

    Thread Starter thechicvibe

    (@thechicvibe)

    Plugin Author Scott (@scottsweb)

    (@scottsweb)

    Try the following custom CSS:

    
    .null-instagram-feed .clear {
       text-align: center;
    }
    

    This will put the text in the middle.

    
    .null-instagram-feed {
        position: relative;
    }
    
    .null-instagram-feed .widget-divider {
        margin-bottom: 70px;
    }
    
    .null-instagram-feed .clear {
        position: absolute;
        top: 100px;
        width: 100%;
        box-sizing: border-box;
        left: 0;
    }
    
    .null-instagram-feed .clear a {
        margin: 0 auto;
        display: block;
    }
    
    

    This will put the text in the middle at the top.

    Hi, I tried to use the CSS above to put the “Follow Me” Link at the top of the widget, but it didn’t work. Can you take a look for me? My site is https://www.iamallmelanin.party. I’m using your plugin in my footer.

    Thanks!

    Hi

    What variation to the code to put the FOLOW US in the bottom middle (nott e top)

    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Follow me link.’ is closed to new replies.