Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Claudio Sanches

    (@claudiosanches)

    You need write custom CSS to do it. You can select the vertical align… but since it isn’t a normal sidebar, you need custom CSS.

    Plugin Author Claudio Sanches

    (@claudiosanches)

    Turn on another buttons and show me. Maybe I can help you write the custom CSS needed.

    Thread Starter Pingal Pratyush

    (@pingalpratyush)

    Done. I just need the vertical style, but horizontally.

    Plugin Author Claudio Sanches

    (@claudiosanches)

    You can add it to your theme style.css:

    .social-count-plus .vertical li {
        float: left !important;
        width: 100px !important;
    }
    

    Result:

    Screenshot from 2016 01 13 16 34 05

    Thread Starter Pingal Pratyush

    (@pingalpratyush)

    That worked! Thanks man! I will definitely write about you in one of our articles, about the fast interaction brother. Really, I owe you one.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Need a Few Changes’ is closed to new replies.