Notifications
Clear all

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

3 Posts
2 Users
0 Likes
2,215 Views
Posts: 13
Topic starter
(@paularenson)
Eminent Member
Joined: 6 years ago

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: 10499
Admin
(@robert)
Support Team
Joined: 8 years 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
(@paularenson)
Eminent Member
Joined: 6 years ago

Wow, thank you!