XenForo Administrative Apr 30, 2021 Thread starter Admin #1 In general, it is like this 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 **/
In general, it is like this 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 **/
XenForo Administrative Apr 30, 2021 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 **/
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 **/
alodda Registered Apr 30, 2021 #3 good tutorial but it would be necessary to test on the mobiles to see if it does no problems. has anyone tested?
good tutorial but it would be necessary to test on the mobiles to see if it does no problems. has anyone tested?
XenForo Administrative May 1, 2021 Thread starter Admin #4 alodda said: test on the mobiles to see if it does no problems Click to expand... XenForo - Move The Topic Ranking Button In general, it is like this Step 1 : Extra.less /** 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 **/ xnforo.ir This will not be a problem on mobile
alodda said: test on the mobiles to see if it does no problems Click to expand... XenForo - Move The Topic Ranking Button In general, it is like this Step 1 : Extra.less /** 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 **/ xnforo.ir This will not be a problem on mobile