Closed brylie closed 8 years ago
I found one solution for this question, was to create a parent container and set padding-top
:
#share-button-container {
padding-top: 1.7em;
}
However, I am not sure if there is a better solution, so would appreciate feedback.
Hey @brylie the share-button was really meant, by default, to be used with spacing around/below a block of text. Your solution is perfect :smile:
We have a site navigation bar built using Bootstrap 3. When adding the
<share-button>
element to the Bootstrap menu, theShare
text is mis-aligned with other navigation links. Inspecting the page shows that the hidden social icons are pushing theShare
text out of alignment:What CSS rules should I apply, so that the share button aligns with other Bootstrap navigation menu links (pictured)?