Page 1 of 1

Increase text size of file title, pdf thumnail size.

Posted: 12 Dec 2015, 13:34
by hiro
Hi
I bees search for this topic more than 30 pages and given up.

How can I increase size of file title and PDF thumnail on download page. It's actually too small and hard to read.
Would be very appreciate if some can help me.

Thanks!

Re: Increase text size of file title, pdf thumnail size.

Posted: 12 Dec 2015, 14:00
by christine
Hi hiro,

to increase the title could be this:

Code: Select all

h3.pd-ctitle {
font-size:1em;  
}
Which Joomla version & PD version are you running?

Without any link to your URL, how should we know :wink:
It depends also, which template etc.

Kind regards, Christine

Re: Increase text size of file title, pdf thumnail size.

Posted: 13 Dec 2015, 03:17
by hiro
Hi Christine

Thanks for your advice.
My Joomla version is 3.4.5. PD is 3.1.0.

My URL: http://rubbercrumb.com.au
Teplate: probusiness (jlvextension.com)

Kind regards,
Hiro

Re: Increase text size of file title, pdf thumnail size.

Posted: 14 Dec 2015, 14:21
by christine
Hi hiro,

which title? either or - idea:

the first one:

Code: Select all

.pd-title {
font-size:1.3em;  }
the second:

Code: Select all

.pd-float {
    font-size: 1.3em;}
You have: background-image: http://rubbercrumb.com.au/media/com_pho ... on-pdf.png

in: media/com_phocadownload/images/mime/ exist: 16/32/48/64/icon-pdg.png

maybe you can select here: https://www.phoca.cz/documents/17-phoca- ... e-joomla-3
Theme Settings > File Icon Size

Kind regards, Christine