Awesome additions on the updates guys! I like it!
Is it possible to reduce the width of the side bar in the forum?
And is it possible, to be able to show post count, and last post in the thread on the front screen, rather than having to choose one or the other?
Thank you @percysgrowroom,
Is it possible to reduce the width of the side bar in the forum?
Yes, it's possible with the CSS code. We need to some URL to check it provide a CSS solution for you.
And is it possible, to be able to show post count, and last post in the thread on the front screen, rather than having to choose one or the other?
I'll ask developers and let you know asap.
Sweeeeeeet, url is percysgrowroom.com, thanks for you help, if you just give me the code and tell me where to put I an sort that 🙂
Hi @percysgrowroom,
Put the following CSS code in Dashboard > Forums > Settings > styles > "Custom CSS code" textarea, save it, delete all caches do CTRL+F5 on the frontend.
#wpforo-wrap .wpforo-content{
width:73%;
} #wpforo-wrap .wpforo-right-sidebar{
width:24%;
}
Don't forget to change the red marked code before using.
Hi @percysgrowroom,
Put the following CSS code in Dashboard > Forums > Settings > styles > "Custom CSS code" textarea, save it, delete all caches do CTRL+F5 on the frontend.
#wpforo-wrap .wpforo-content{
width:73%;
} #wpforo-wrap .wpforo-right-sidebar{
width:24%;
}Don't forget to change the red marked code before using.
That's a lot for taking the time to sort me out! I appreciate it, I'll get on this when I'm at the PC later on, thank you very much for your help 🙂