breadcrumbs.png 60px high instead of 45px

Create music content based Joomla website with this professional and cutting edge template created for Joomla 1.5
GK User
Thu Jul 15, 2010 6:08 pm
Hi all,

can someone help me how to display the breadcrumbs.png 60px high?

Here is the link to my testsite: www.globalxteam.com/gxt-test

Thanks a lot for your help!


Regards Alex
User avatar
Fresh Boarder

GK User
Thu Jul 15, 2010 8:27 pm
in template.css replace this line
Code: Select all
div#breadcrumb span, div#breadcrumb a { display:block; width:auto; float:left; line-height:60px; height:45px; }


with

Code: Select all
div#breadcrumb span, div#breadcrumb a { display:block; width:auto; float:left; line-height:60px; height:60px; }
User avatar
Platinum Boarder


cron