HOW DO I CHANGE LINE HEIGHT FOR HEADERS?
Unique Joomla 1.5 template with powerful navigation and stunning design discussion forum
- GK User
- Mon Aug 01, 2011 6:53 pm
MY CONTENT IN THE HEADER TAGS LOOKS SQUASHED, HOW DO I INCREASE THE LINE-HEIGHT IN CSS?
-
- Junior Boarder
- teitbite
- Tue Aug 02, 2011 2:15 am
Hi
Please show me the exact page You want to make this change.
Please show me the exact page You want to make this change.
-
- Moderator
- GK User
- Tue Aug 02, 2011 9:26 am
teitbite wrote:Hi
Please show me the exact page You want to make this change.
I want to make the change across the whole site, i have already changed line height for body content but when i make my headers big they overlap
wanthimgethim.com
i decreased font size to make it smaller but i want to make it bigger without overlap
-
- Junior Boarder
- teitbite
- Wed Aug 03, 2011 12:28 am
Hi
Please add this code at the end of template.css file:
Please add this code at the end of template.css file:
- Code: Select all
.contentpaneopen p span {
line-height: 30px;
}
-
- Moderator
- GK User
- Wed Aug 03, 2011 2:38 pm
teitbite wrote:Hi
Please add this code at the end of template.css file:
- Code: Select all
.contentpaneopen p span {
line-height: 30px;
}
that has not solved the problem when i try to increase font size
-
- Junior Boarder
- teitbite
- Wed Aug 03, 2011 5:23 pm
Hi
I can see my code was overriden with an old one. please use this code instead:
I can see my code was overriden with an old one. please use this code instead:
- Code: Select all
.contentpaneopen p span {
line-height: 30px !important;
}
-
- Moderator
6 posts
• Page 1 of 1