Headline is toooo small

Phoca Gallery - image gallery extension
br4bus
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 17 Feb 2008, 21:56

Hi,i hav

Post by br4bus »

Hi,

i have a problem.
I installed phocagallery and linked it to Gallery at the menu.
When i browse to the gallery, the headline "Gallery" is smaller than the headline of all the other points (News, dates, ...).

The code says:
<div class="componentheading">Gallery </div>

The code of the news:
<h1 class="componentheading">Termine</h1>

So h1 is missing at the phocagallery code, but I dont know where to add it.

Can anybody help me?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

components\com_p

Post by Jan »

components\com_phocagallery\views\category\tmpl\default.php ... row 16
components\com_phocagallery\views\categories\tmpl\default.php ... row 5

H1 is not missing in Phoca Gallery because original Joomla! components are using DIV, (see e.g. Weblinks, Newsfeeds, ...), so you must change it in all components

It depends on your template... maybe your template renderers some components with own HTML code (h1 instead of div), so you must change it in all other components...

Jan
If you find Phoca extensions useful, please support the project
Post Reply