Notifications
Clear all

Placement of Mic icon on mobile screen

3 Posts
2 Users
0 Reactions
5 Views
Posts: 4
Topic starter
(@mayank)
Active Member
Joined: 4 days 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: 6159
Admin
(@astgh)
Illustrious Member
Joined: 7 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.

Reply
Posts: 4
Topic starter
(@mayank)
Active Member
Joined: 4 days ago

This fixed it.. Thanks!

Reply
Share:
Scroll to top