Notifications
Clear all

wpForo 1.x.x [Solved] Page switch issue

7 Posts
3 Users
1 Likes
1,414 Views
Posts: 4
Topic starter
(@vitaut)
Active Member
Joined: 5 years ago

I have a problem with the page switch - he doesn't look right 

I need advice - where should I look for the cause?

 

 

6 Replies
Sofy
Posts: 4308
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi  vitaut,

This is a small CSS conflict with your current active theme or other plugins. Please leave your frum URL to allow us to check it and provide some CSS solution for you. 

1 Reply
(@vitaut)
Joined: 5 years ago

Active Member
Posts: 4

My forum url:  http://www.belhistory.com/forum

Sofy
Posts: 4308
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

@vitaut,

Please navigate to Dashboard > Forums > Settings > Styles admin page, put the following CSS code in "Custom CSS code" textarea, delete all caches do CTRL+F5 on forum frontend. 

#wpforo #wpforo-wrap select {
min-width: auto!important;
}
Posts: 4
Topic starter
(@vitaut)
Active Member
Joined: 5 years ago

Thank! It worked. Almost good. 

It remains only to align this element

1 Reply
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10503
Posted by: vitaut

Thank! It worked. Almost good. 

It remains only to align this element

 

Use this CSS code, don't forget delete all caches and press Ctrl+F5 on forum front-end:

#wpforo #wpforo-wrap .wpf-navi .wpf-navi-wrap {clear: left;}
Posts: 4
Topic starter
(@vitaut)
Active Member
Joined: 5 years ago

Now everything is good! Thank you very much!