• Resolved wasanajones

    (@wasanajones)


    Thanks for your plugin.

    I’m having problems getting the buttons to display vertically in a column (in the footer).

    I want a uniform width, but full width displays the same as auto, they are not wrapping and filling the available full width.

    any tips on this?

    thanks

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

    (@littlerchicken)

    This support thread has some possible CSS for displaying the buttons vertically which may be a helpful starting point. If you want more specific guidance, please share a link with what you’ve done so far.

    Thread Starter wasanajones

    (@wasanajones)

    Hi – thanks for prompt reply

    .scriptlesssocialsharing__buttons {
    flex-direction: column;
    }

    gave me just what I was looking for – clean uniform vertical alignment

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘vertical alignment / width’ is closed to new replies.