May 23, 2018 6:11 pm
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
May 24, 2018 10:48 am
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.
May 24, 2018 11:24 pm
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.
May 25, 2018 10:03 am
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;
}
}
May 29, 2018 10:13 pm
Fixed. could this fix be included in an update?
Page 1 / 2
Next