Search
Close
AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
Notifications
Clear all

Google Search Message on too small font

2 Posts
2 Users
0 Reactions
1,156 Views
Posts: 7
Customer
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@livetube)
Member
Joined: 7 years ago
[#6557]

We received a message from Google that the forum is too small font.

Second problem is, that on mobile the padding is not working.

You can see things on our site https://www.livetube.tv/forum

Search Console has identified that your site is affected by 1 Mobile Usability issues:

Top Issues

The following issues were found on your site:

We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.

I have tried to manipulate the font sizes but without success.

We have a special code from you already and I have also deleted all caches.

 

This is the code we have in currently.

What is your suggestion for

- increasing the font (what is default for the different settings0
- having a right and left padding for mobile views

 

Here is the code we have:

 

             

#wpforo #wpforo-wrap {
font-size: 16px; padding-top: 10px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}

#wpforo #wpforo-wrap .wpforo-content{ width: 75%; }
#wpforo #wpforo-wrap .wpforo-right-sidebar { width: 23%;}

 

 


1 Reply
Elvina
Posts: 1403
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@elvina)
Support
Joined: 7 years ago

Hi @livetube,

- increasing the font (what is default for the different settings0

Please navigate to the Dashboard > Forums > Settings > Styles admin page and check the "Font Sizes" options, to change the forum size.

- having a right and left padding for mobile views

Please navigate to the Dashboard > Forums > Settings > Styles admin page, put the following CSS code in the "Custom CSS Code" textarea:

@media screen and (max-width: 620px){
#wpforo #wpforo-wrap {
   padding-bottom: 20px !important;
   padding-top: 10px !important;
   padding-left: 20px !important;
   padding-right: 20px !important;
  }
}

Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

For farther support please register and open a new support topic in the wpForo.com support forum. This is the gVectors support forum. Here we only support the wpForo paid addon.


Reply
Share:
Scroll to top