• Resolved rolandassisla

    (@rolandassisla)


    Hi

    Great plugin.
    Is it possible to display social sharing heading inline with sharing buttons?

    And how to place the whole block in the center of the page?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    You should be able to tweak the appearance of the heading and buttons fairly easily with just some CSS. I did a quick test with this:

    
    .scriptlesssocialsharing {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    

    and got the buttons and heading on the same line, so that might be a good starting point.

    In terms of placing the block, if you are using the block, you can put it anywhere you like in your content. It might be possible to place it in the middle of your content using code and a filter on the_content, but that would require some customized code.

    Thread Starter rolandassisla

    (@rolandassisla)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How display sharing heading inline with buttons’ is closed to new replies.