• Resolved NavitoMartin

    (@navitomartin)


    Hi everyone,

    Quick question, how can I decrease the space between each share button on the AccessPress Social Share plugin? I am trying to fit four buttons in one line.
    If you look here you will see that the buttons are not spaced so that all four can hold. I would like the spacing to be similar to the other share plugin that is on top.
    Thanks in advance

    https://ww.wp.xz.cn/plugins/accesspress-social-share/

Viewing 1 replies (of 1 total)
  • Plugin Author Access Keys

    (@access-keys)

    Hello there,

    If you are familiar with the CSS please go to plugins frontend.css and do these changes

    at line no 337 add these
    .apss-theme-2 .apss-social-text{
    padding-left: 9px;
    line-height: 35px;
    vertical-align: middle;
    }

    at line no 287 replace with these
    .apss-theme-2 .apss-icon-block{ font-size: 12px;
    position: relative;
    min-width: 183px;}

    and at line 278 add this
    .apss-theme-2 .apss-single-icon a{
    margin:10px 2px; }

    Please observe these codes and do the css changes. If you couldn’t make it please send us your site details to our support email([email protected]) and we will help to achieve this.

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Decrease Space Between Buttons’ is closed to new replies.