Topic: Hi again - font size and space bw lines
Many of the users of my forum asked me to increase the font size and the distance between the lines in the post for the ease of reading
how can i do this ??
Regards,
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Hi again - font size and space bw lines
Many of the users of my forum asked me to increase the font size and the distance between the lines in the post for the ease of reading
how can i do this ??
Regards,
well, they could always just increase the font size locally with their browser. firefox cntrl++. or you could set a different font size for the website itself. this is what i did. search for FONT-SIZE in the particular CSS file you're using.
I believe what you're looking for is this element in your theme's main css file:
DIV.postmsg P {LINE-HEIGHT: 1.4}
Though it appears to be missing the em in the default themes' css:
DIV.postmsg P {LINE-HEIGHT: 1.4em}
i want to increase the font size of the messages also. Can anyone point out the exact line i have to change for that.
i changed the font size in the style CSS file and solved the problem
.pun {FONT-SIZE: 13px; LINE-HEIGHT: normal}
/* IEWin Font Size only - to allow IEWin to zoom. Do not remove comments \*/
* HTML .pun {FONT-SIZE: 90.75%}
/* End IE Win Font Size */
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Hi again - font size and space bw lines
Powered by PunBB, supported by Informer Technologies, Inc.