Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Solved] Placement of Mic icon on mobile screen

3 Posts
2 Users
0 Reactions
335 Views
Posts: 5
Topic starter
(@mayank)
Active Member
Joined: 9 months ago

Hello - the add-on seems to work just fine but the placement of the Mic icon on my iPhone screen in portrait mode seems troublesome for clicking.. the same is better when in portrait mode or larger screens on iPad or desktop. 

IMG 9262
Screenshot 2024 11 26 at 14.56.04

Please advise what can be done to fix this.

Thank you!

Topic Tags
2 Replies
Astghik
Posts: 6444
Admin
(@astgh)
Illustrious Member
Joined: 8 years ago

Hi,

Use the CSS code below: 

@media screen and (max-width: 620px) {
    #wpforo #wpforo-wrap .wpfv-button {
       top: 81px;
       right: 32px;
    }
}

Insert the code in the "Custom CSS code" textarea textarea located in the Dashboard > wpForo > Settings > Colors & Styles admin page.

The red-marked value can be changed as you like.

Also, please try in incognito mode if you're checking on mobile devices. Because mobile browsers have a hard cache, you'll not be able to see the change immediately.

Posts: 5
Topic starter
(@mayank)
Active Member
Joined: 9 months ago

This fixed it.. Thanks!

Share:
Scroll to top