Aug 21, 2020 5:38 pm
Hi there,
I'd like to know if it's possible to move the forum description above the sub-forum (note: follow the yellow arrow for the desired position).
The current position is a bit misleading as the description for the main forum is beneath the sub-forum.
Appreciate your assistance with this.
Thank you very much.
2 Replies
Aug 22, 2020 12:07 pm
Hi @asp2020,
Please try the following JS code:
jQuery(".wpforo-content ").prepend( jQuery( "#wpforo #wpforo-wrap .wpf-head-bar " ) );
The code should be added in the current active theme js files.
Aug 23, 2020 6:24 am
Hi Alvina,
This JS code worked perfectly. Thank you so much for your assistance 🙂
Regards.