Notifications
Clear all

wpForo 1.x.x [Closed] Button subject, falls outside zone

6 Posts
3 Users
0 Reactions
2,348 Views
Ej.
Posts: 58
 Ej.
Topic starter
(@roundcube)
Trusted Member
Joined: 7 years ago

Best,
As you can see, the icon moves outside the zone, making it too wide in mobile and the website oscillates back and forth.
Would you have a fix for this?
[ no external / personal code has been added or modified ]

5 Replies
Sofy
Posts: 4871
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi Ej,

I suggest you use the following CSS code to solve this issue. Put it in Dashboard > Forums > Settings > Styles > "Custom CSS Code" textarea.  

@media only screen and (min-width: 600px) {
#wpforo #wpforo-wrap .wpf-head-bar-right{
float: none !important;
}
}

Don't forget to delete all caches before checking.

Ej.
Posts: 58
 Ej.
Topic starter
(@roundcube)
Trusted Member
Joined: 7 years ago

Hi,
Unfortunately there is no result to see  🙄
As you may also see on the website and with you in the mobile phone.
Cash is obviously removed.

Sofy
Posts: 4871
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

@roundcube,

Could you please replace the code in the previous post to this one.

@media only screen and (max-width: 600px){
#wpforo #wpforo-wrap .wpf-head-bar-right {
float: none !important;
}
}

 

Ej.
Posts: 58
 Ej.
Topic starter
(@roundcube)
Trusted Member
Joined: 7 years ago

Fixed. could this fix be included in an update?

Page 1 / 2