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.