National Flags

Date Joined text is too large - National Flags

Date Joined text is too large

by M.O.B. » Fri Mar 17, 2017 10:55 pm

I've noticed that when you click on one flag to see how many users are in that group, the text underneath the Joined Date is too large.

Any way to fix that? I think the issue is that the size of the font is hardcoded in the HTML file instead of being on CSS to determine the size.

using phpBB 3.1.10 Prosilver.

UPDATE:

What I ended up doing is removing this line: font-size: 1.2em; under the flag_users.html

OPEN: /rmcgirr83/nationalflags/styles/prosilver/template/flag_users.html

FIND:

Code: Select all

						<dd class="lastpost">
							<span style="margin-top:5px;font-size: 1.2em;">{user_row.JOINED}</span>
						</dd>
REPLACE WITH:

Code: Select all

						<dd class="lastpost">
							<span style="margin-top:5px;">{user_row.JOINED}</span>
						</dd>
Image
User avatar
M.O.B.
Registered User
Posts: 944
Joined: Tue Jan 04, 2005 1:07 am
Location: San Diego CA USA