Category Page Titles
Advanced and professional portal news Joomla template with community features and various content display layouts.
- GK User
- Thu Dec 19, 2013 1:52 pm
hello,
as you can see in attached,
1- title's lines are so close each other. it makes so bad view. how can i fix it?
2- i wanna change of title's text size. for example primary and secondary count's titles can be smaller than leading count.
thanks
as you can see in attached,
1- title's lines are so close each other. it makes so bad view. how can i fix it?
2- i wanna change of title's text size. for example primary and secondary count's titles can be smaller than leading count.
thanks
-
- Junior Boarder
- teitbite
- Sun Dec 22, 2013 4:02 pm
Hi
Please show me Your site.
Please show me Your site.
-
- Moderator
- GK User
- Mon Dec 23, 2013 10:06 pm
i sent via message
-
- Junior Boarder
- teitbite
- Sat Dec 28, 2013 8:30 pm
Hi
Please add this code to css to fix the text touching :
Below are the examples of font size code for each section:
Please add this code to css to fix the text touching :
- Code: Select all
.latestItemHeader .latestItemTitle a,
.genericItemHeader .genericItemTitle a,
.userItemHeader .userItemTitle a,
.catItemHeader .catItemTitle a {
line-height: 32px;
}
Below are the examples of font size code for each section:
- Code: Select all
#itemListLeading h3.catItemTitle {
font-size: 20px;
}
- Code: Select all
#itemListPrimary h3.catItemTitle {
font-size: 20px;
}
- Code: Select all
#itemListSecondary h3.catItemTitle {
font-size: 20px;
}
-
- Moderator
- GK User
- Mon Jan 06, 2014 1:56 pm
Hi,
Thanks for help teitbite.
i did, but i changed a little bit your code.
now its working well.
Thanks
Thanks for help teitbite.
i did, but i changed a little bit your code.
- Code: Select all
.latestItemHeader .latestItemTitle a,
.genericItemHeader .genericItemTitle a,
.userItemHeader .userItemTitle a,
.catItemHeader .catItemTitle a {
line-height: 32px;
}
#itemListSecondary .catItemTitle a {
font-size: 15px;
}
now its working well.
Thanks
teitbite wrote:Hi
Please add this code to css to fix the text touching :
- Code: Select all
.latestItemHeader .latestItemTitle a,
.genericItemHeader .genericItemTitle a,
.userItemHeader .userItemTitle a,
.catItemHeader .catItemTitle a {
line-height: 32px;
}
Below are the examples of font size code for each section:
- Code: Select all
#itemListLeading h3.catItemTitle {
font-size: 20px;
}
- Code: Select all
#itemListPrimary h3.catItemTitle {
font-size: 20px;
}
- Code: Select all
#itemListSecondary h3.catItemTitle {
font-size: 20px;
}
-
- Junior Boarder
- teitbite
- Wed Jan 08, 2014 3:18 am
Hi
No problem. I'm happy that You was able to solve it
No problem. I'm happy that You was able to solve it
-
- Moderator
6 posts
• Page 1 of 1