beerForo
Well-known member
"View more" buttons... float right is the default.
I can figure out how to left align, just put float left. But can't center it since float center does not exist, so I tried to put float none and text-align center it, but no-go.
Would I have to edit the actual template to do this or can extra.less do it?
PS. I like it left aligned on full site, and centered on mobile (the buttons are good for each hand)... but I don't even know if that's possible. Ideally, left... and center on mobile.
Thanks for any help!
Code:
.block-footer:not(.block-footer--split) .block-footer-controls {
float: none !important;
text-align: center !important;
Would I have to edit the actual template to do this or can extra.less do it?
PS. I like it left aligned on full site, and centered on mobile (the buttons are good for each hand)... but I don't even know if that's possible. Ideally, left... and center on mobile.
Thanks for any help!