Xenforo 2.1 Move Download Button

swift

Well-known member
Registered
Joined
Apr 7, 2019
Messages
76
Points
28

Reputation:

I'm looking into moving the download button on resources to the right side....

I tried using this template modification [cXF] Download button always on right side

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

But this didn't work any idea's in making this work??
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,954
Points
823

Reputation:

I'm looking into moving the download button on resources to the right side....

I tried using this template modification [cXF] Download button always on right side

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

But this didn't work any idea's in making this work??
swiftI'm using it, it works
 

swift

Well-known member
Registered
Joined
Apr 7, 2019
Messages
76
Points
28

Reputation:

That's really weird :unsure:

Annotation 2020-04-03 070432.png
Annotation 2020-04-03 070538.png

I removed all coding from extra.less to make sure it wasn't something causing issues with it just like resources grid but still the same maybe something to do with my style which it doesn't like
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,954
Points
823

Reputation:

Did you choose the right style?
 

Attachments

  • 1.png
    1.png
    3.9 KB · Views: 104

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,954
Points
823

Reputation:

@swift It just aligns with resource
 
Top