XenForo Tutorials

[XenForo 2.x] Download button always on right side

Submitted by zbimz, , Thread ID: 67640

Thread Closed
zbimz
Newbie
Prime
Level:
0
Reputation:
0
Posts:
19
Likes:
12
Credits:
178
01-01-2018, 06:44 PM
#1
- without code -
[Image: 14MGYIw.png]


- with code -
[Image: 8j4SyDz.png]

As you can see the download button is always on the right side.

To achieve this add this code to your extra.less template:

Code:
/*** Download button always on right side ***/
@media (min-width: @xf-responsiveMedium) {
  [data-template="xfrm_resource_view"] .p-title {
    flex-wrap: initial !important;
  }
}
/**********/

More information

https://xenforo.com/community/resources/...side.6005/

Users browsing this thread: 1 Guest(s)