Hotfix Active member Feb 4, 2021 #1 I wish to align the "New posts" and "Post thread..." call-to-action buttons to the right side of the screen, but only on mobile devices.
I wish to align the "New posts" and "Post thread..." call-to-action buttons to the right side of the screen, but only on mobile devices.
kelle67 Well-known member Feb 13, 2021 #3 @Hotfix put this to extra.less Code: @media (max-width: @xf-responsiveNarrow) { .p-title-pageAction { width: 100%; text-align: right; } } Upvote 0 Downvote
@Hotfix put this to extra.less Code: @media (max-width: @xf-responsiveNarrow) { .p-title-pageAction { width: 100%; text-align: right; } }