You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
I use some button-group at http://www.merinodesign.de frontpage. I want them stacked for small devices, so I used stack-for-small class. On small devices the button-group is stacked, but there is some right "ghost margin". I can´t delete it yet.
Any ideas?
Greetings
Sebastian
The text was updated successfully, but these errors were encountered:
@Pautomagi - I did manually set the display to display:inline-block. The buttons are centered now, but not in full width. I use the following structure. Maybe there is the problem:
div class="row">
div class="large-8 small-centered columns text-center">
ul class="stack-for-small button-group even-2">
li> a href="http://www.merinodesign.de/leistungen/" class="button" title="Meine Leistungen und Angebote">Meine Leistungen /a> /li>
li> a href="http://www.merinodesign.de/ueber_mich/" class="button" title="Werdegang, Ausbildung, Passion">Über Mich /a> /li>
/ul>
/div>
/div>
I removed the starting < for showing the code, sorry...
Hi,
I use some button-group at http://www.merinodesign.de frontpage. I want them stacked for small devices, so I used stack-for-small class. On small devices the button-group is stacked, but there is some right "ghost margin". I can´t delete it yet.
Any ideas?
Greetings
Sebastian
The text was updated successfully, but these errors were encountered: