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
User avatar
Junior Boarder

teitbite
Sun Dec 22, 2013 4:02 pm
Hi

Please show me Your site.
User avatar
Moderator

GK User
Mon Dec 23, 2013 10:06 pm
i sent via message
User avatar
Junior Boarder

teitbite
Sat Dec 28, 2013 8:30 pm
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;
}
User avatar
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.

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;
}
User avatar
Junior Boarder

teitbite
Wed Jan 08, 2014 3:18 am
Hi

No problem. I'm happy that You was able to solve it :)
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.