XenForo Move The Topic Ranking Button

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
  • In general, it is like this
417c4096599a2.jpg




Step 1 :
  • Extra.less
CSS:
/** Float Down the Topic Scoring Buttons @ XNFORO.IR **/
.message-cell.message-cell--vote {
    display: flex;
    align-items: center;
}
/** Float Down the Topic Scoring Buttons @ XNFORO.IR **/
0dc37d1b52ab3.png
 

XenForo

Administrative
  • Thread starter
  • Admin
  • #2
Step 2 :
  • Extra.less
CSS:
/** Float Down the Topic Scoring Buttons @ XNFORO.IR **/
.message-cell.message-cell--vote {
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
@media (max-width: @xf-responsiveMedium) { padding-bottom: 0; }
}
/** Float Down the Topic Scoring Buttons @ XNFORO.IR **/
b18898a929882.png
 

alodda

Loyal Member
Registered
good tutorial but it would be necessary to test on the mobiles to see if it does no problems. has anyone tested?
 
  • Tags
    float down the topic scoring buttons float down the topic scoring buttons xenforo how to float this to the bottom? tips float down the topic scoring buttons xenforo float down the topic scoring buttons
  • Back
    Top Bottom