Notifications
Clear all

Is it possible to position the Poll below the description?

2 Posts
2 Users
2 Likes
1,080 Views
Posts: 20
Customer
Topic starter
(@beyondforce)
Member
Joined: 5 years ago

Hey there,

Is it possible to position the Poll below the description (below the post)?

 

Thanks.

1 Reply
Elvina
Posts: 1403
(@elvina)
Support
Joined: 5 years ago

Hi @beyondforce,

Sorry for the late response.

Please try the following CSS code:

#wpforo-wrap .wpforo-content {
display: flex;
flex-direction: column;
}

#wpforo-wrap .wpforo-content :nth-child(1) {
order: 4;
}
#wpforo-wrap .wpforo-content :nth-child(6) {
order: 6;
}

#wpforo-wrap #wpf-form-wrapper.wpfel-4 {
margin: 0px 98px 0 auto !important;
}
#wpforo-wrap .wpfl-4 .wpf-parent-post {
flex-direction: row-reverse !important;
}

The code should be added in the Dashboard > Forums > Settings > Styles admin page  "Costom CSS Code" textarea.

In any case please don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

Reply
Share:
Scroll to top