AI Assistant
Notifications
Clear all

Is it possible to position the Poll below the description?

2 Posts
2 Users
2 Reactions
2,592 Views
Posts: 20
Customer
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@beyondforce)
Member
Joined: 7 years ago
[#6036]

Hey there,

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

 

Thanks.


1 Reply
Elvina
Posts: 1403
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@elvina)
Support
Joined: 7 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