- Posts: 3
- Thank you received: 0
All questions about EDocman extension
Fonts Too Large - Solved
- Glenn Heino
- Topic Author
- Offline
- New Member
-
Less
More
5 years 3 months ago - 5 years 3 months ago #130862
by Glenn Heino
Fonts Too Large - Solved was created by Glenn Heino
My fonts were too large while in Column Layout.
I messed around with the Custom CSS field in Edocman and found a solution.
I added this.
#edocman-category h1.edocman-page-heading
{
margin: 0 0 10px !important;
display: inline;
font-size: large;
}
.edocman-container h1, .edocman-container h2, .edocman-container h3
{
font-size: large;
}
Try different sizes: small, x-small, medium, large, x-large, xx-large
Notice there are settings for 2 different parts. The Heading and the Container Title.
My files page now looks like this. (3 column layout)
I hope this helps others.
I messed around with the Custom CSS field in Edocman and found a solution.
I added this.
#edocman-category h1.edocman-page-heading
{
margin: 0 0 10px !important;
display: inline;
font-size: large;
}
.edocman-container h1, .edocman-container h2, .edocman-container h3
{
font-size: large;
}
Try different sizes: small, x-small, medium, large, x-large, xx-large
Notice there are settings for 2 different parts. The Heading and the Container Title.
My files page now looks like this. (3 column layout)
I hope this helps others.
Attachments:
Last edit: 5 years 3 months ago by Glenn Heino.
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.