inherit
133488
0
Nov 20, 2024 12:39:43 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 2, 2018 15:39:55 GMT -8
Forum URL: nicetomeet.proboards.com/See in the Last post where the text is a lot smaller on the right. I would like that a larger font. Thank you.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 2, 2018 16:19:36 GMT -8
Hi, toetapping. Removing the bit colored red below from line 550 of Themes > Advanced Styles & CSS > Style Sheet should make the font size of every column adhere to the font sizes you've specified in Body (Content) > Lists (Boards, Threads, Posts...) > Rows, after which you can increase the font size to your preference.
|
|
inherit
133488
0
Nov 20, 2024 12:39:43 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 2, 2018 17:06:32 GMT -8
Brian I did this. And it is still the same so obviously I did something wrong.
table.list { color: @lists_text_color; font: @lists_text_font; background: @lists_background; table-layout: fixed; font-size: 18px; width: 100%; .box-sizing(); }
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 5, 2018 9:21:59 GMT -8
Did you change the font sizes in the Visual Editor tab as well per the instructions in my previous post? That's what's going to make the difference.
Removing the font-size property from that line only ensures that the font sizes remain consistent.
|
|
inherit
133488
0
Nov 20, 2024 12:39:43 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 5, 2018 11:51:30 GMT -8
Brian I am not sure what you mean.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 5, 2018 12:18:23 GMT -8
In Themes > Advanced Styles & CSS there are a whole bunch of sections that control the font sizes for plain text and links in your board, thread, and post lists. You need to make all of the font properties (excluding text color) exactly the same in the following sections within Body (Content) > Lists (Boards, Threads, Posts...) > Rows:
- Text - Text > Links
- Highlight > Text - Highlight > Text > Links
- Selected > Text - Selected > Text > Links
|
|
inherit
133488
0
Nov 20, 2024 12:39:43 GMT -8
toetapping
1,583
November 2008
toetapping
|
Post by toetapping on Mar 5, 2018 12:28:13 GMT -8
Brian thank you for your patience once again. All done.
|
|