Responsive button gaps
-
Hello, there is a small issue with multiple advanced buttons when they stack. If “Gap Between Next” is set to a value (say 20px), if the buttons stack on mobile then this gap remains as right margin and the buttons may become misaligned.
It seems like this was an issue previously https://www.ads-software.com/support/topic/advanced-button-spacing-next-button/, would be great if this could be something to be looked at.
Perhaps an option would be to split gap to left/right margin, ie if the gap is 20px, then instead of:
margin-right: 20px;
it would be:
margin-left: 10px; margin-right: 10px;
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Responsive button gaps’ is closed to new replies.