Side Bar Width?
 
Notifications
Clear all

Side Bar Width?

5 Posts
2 Users
1 Likes
1,192 Views
(@percysgrowroom)
Member Customer
Joined: 5 years ago
Posts: 259
Topic starter  

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? 


   
Quote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5872
 

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. 


   
ReplyQuote
(@percysgrowroom)
Member Customer
Joined: 5 years ago
Posts: 259
Topic starter  

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 🙂 


   
ReplyQuote
Astghik
(@astgh)
Illustrious Member Admin
Joined: 6 years ago
Posts: 5872
 

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. 


   
ReplyQuote
(@percysgrowroom)
Member Customer
Joined: 5 years ago
Posts: 259
Topic starter  
Posted by: Astghik

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 🙂 


   
ReplyQuote
Share:
Scroll to top