Notifications
Clear all

wpForo 1.x.x [Solved] Comment personnaliser la barre latérale wpForo (modifier la largeur) ?

14 Posts
3 Users
7 Reactions
1,110 Views
Posts: 9
Topic starter
(@kyle-briaud)
Active Member
Joined: 4 years ago

Bonjour, 

Je souhaite modifier la largeur de la barre latérale wpForo, mais je ne trouve pas ou cela est possible... 

Pouvez-vous me renseigner svp ? 

Cordialement 

13 Replies
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

@kyle-briaud,

Please leave your forum URL and show on the screenshot what you need to change. 

Posts: 9
Topic starter
(@kyle-briaud)
Active Member
Joined: 4 years ago

L'url de mon forum est : https://forum-boxe.fr/

 

Je souhaiterai reduire la largeur de la barre latérale (side bar) du wpforo. 

 

Car elle est trop large.

 

Merci pour votre aide !

 

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4772

@kyle-briaud,

Use the CSS code below:

#wpforo #wpforo-wrap .wpforo-right-sidebar {
width: 25%;
}
#wpforo #wpforo-wrap .wpforo-content {
width: 70%;
}
The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles Tab.  
 
Don't forget to press Ctrl+F5 (twice) on the forum frontend before checking to reload the updated CSS file.    
 
The red marked value can be changed as you like.   
Posts: 9
Topic starter
(@kyle-briaud)
Active Member
Joined: 4 years ago

@sofy Merci pour votre aide 

Mais cela ne marche pas ... 

J'ai copier coller votre code = Ca ne marche pas 

J'ai modifié les valeurs du code CSS (réduire la taille) = ca ne marche 

 

Et pourtant j'ai vider les caches et recharger la page mais rien ne marche...

 

Regardez : https://forum-boxe.fr/

1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4772

@kyle-briaud,

Try this one with the !important statement. 

#wpforo #wpforo-wrap .wpforo-right-sidebar {
width: 25% !important;
}
#wpforo #wpforo-wrap .wpforo-content {
width: 70% !important;
}
Posts: 9
Topic starter
(@kyle-briaud)
Active Member
Joined: 4 years ago

@sofy Malheureusement non…

5 Replies
Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1453

@kyle-briaud

it works watch the video https://www.screencast.com/t/84DXppS2eu3b

 

(@kyle-briaud)
Joined: 4 years ago

Active Member
Posts: 9

@tutrix  C'est bien ce que j'ai fait regarder: https://forum-boxe.fr/

 

Et j'ai vidé le cache et rafraîchis la page

Tutrix
(@tutrix)
Joined: 5 years ago

Noble Member
Posts: 1453

@kyle-briaud

#wpforo # wpforo-wrap .wpforo-right-sidebar { 
largeur: 15 %;
}
#wpforo # wpforo-wrap .wpforo-content {
largeur: 80 %;
}

use the correct CSS code and don't translate it

#wpforo #wpforo-wrap .wpforo-right-sidebar {
width: 15% !important;
}
#wpforo #wpforo-wrap .wpforo-content {
width: 80% !important;
}

 

(@kyle-briaud)
Joined: 4 years ago

Active Member
Posts: 9

@tutrix WOW c'est GOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOD !!!!!!

merci !!!! 

Passez une excellente journée 🙂 

Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4772

Thank you @tutrix very much!

Page 1 / 2