J0ker submitted a new resource:
Download button always on right side - Download button always on right side
Download button always on right side - Download button always on right side
Read more about this resource...View attachment 514
- with code -
View attachment 515
As you can see the download button is always on the right side.
To achieve this add this code to your extra.less template:
CSS:/*** Download button always on right side ***/ @media (min-width: @xf-responsiveMedium) { [data-template="xfrm_resource_view"] .p-title { flex-wrap: initial !important; } } /**********/