Viewing 1 replies (of 1 total)
  • Plugin Author Tom Morton

    (@tm3909)

    Jeremy,

    Currently the small buttons are set to a percentage value width, so you can override them in your CSS when the site is on a smaller screen.

    For example:

    /* This will remove the inline style, so they will all stack */
    .wpsocialite.small > li {
    margin: 0;
    display: block;
    float: none;
    width: 30%;
    }
    
    /* This will increase the width between them */
    
    .wpsocialite.small > li {
    margin: 0;
    display: block;
    float: none;
    width: 40%;
    }

    Let me know if this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Buttons overlap on mobile’ is closed to new replies.