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

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Closed] My font spacing seems to run together-how can I fix it?

3 Posts
2 Users
0 Reactions
2,748 Views
Posts: 13
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
(@paularenson)
Eminent Member
Joined: 8 years ago
[#6152]

Hello

 

I installed am am tweaking things.

http://gale-sig.org/community/

One thing I notice is that the forum titles (forum, members, recent posts, my profile...) are all tiny compared to the forum here.  Same  with the bread crumbs and the relative size of all things.  Any way I can make it bigger? The default was actually smaller.

Then in the one user post so far, I made the text larger to see, but it seems to run together.

http://gale-sig.org/community/lets-introduce-ourselves/paul-arenson/

Or maybe I am imagining it?

I would love something similar to the proportions show above but the default was actually smaller. Is it related to elements in my theme? The presence of a sidebar?

Settings are now Forums 27. Topics 24. Post content 20. 

 

Custom code--> #wpforo #wpforo-wrap {
font-size: 13px; width: 100%; padding:10px 20px; margin:0px;
}

 

Thanks in advance.  I do not understand coding or css so if I have to go in and fix stuff, I wonder if anyone can advise?

 


2 Replies
Robert
Posts: 10716
Admin
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
(@robert)
Support Team
Joined: 2 months ago

You can change that Custom CSS code to this:

#wpforo #wpforo-wrap { font-size: 15px; width: 100%; padding: 10px 20px; margin: 0px;}

For the forum descriptions you can add this CSS code in the Same Custom CSS Code textarea:

#wpforo #wpforo-wrap .wpfl-1 .wpforo-forum-description {font-size: 15px; line-height: 20px;}

Posts: 13
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
(@paularenson)
Eminent Member
Joined: 8 years ago

Wow, thank you!


Share: