I would like to ask you for your help. I need to remove the blue line under my logo picture to have the EZ-pages line next to the logo. You can see it here: www.rctomik.eu
Is there any posibility, how to make it ?
I would like to ask you for your help. I need to remove the blue line under my logo picture to have the EZ-pages line next to the logo. You can see it here: www.rctomik.eu
Is there any posibility, how to make it ?
Look in your stylesheet forand change theCode:#logoWrapper{ background-image: url(../images/header_bg.jpg); background-repeat: repeat-x; background-color: #000066; height:144px; }to a smaller size (maybe 140px)Code:height:144px;
http://www.customscripts.co.za - Custom development for open-source applications
http://www.pcservice.co.za - Website Development, Domain Registration, Hosting
Thanks for your answerbut I am afraid it does not work. If I set up e.g. 140px it seems nothing happen. If I set up less than 140px e.g. 130px it crops the logo picture from the bottom side and the line is still there.
If I set up more than 144px the line gap goes wider.
In includes/templates/YOUR_TEMPLATE/common
open the file tpl_header.php and find the following code:
Comment out/delete the highlighted portionCode:<!--bof-branding display--> <div id="logoWrapper"> <div id="taglineWrapper"> </div> </div> <br class="clearBoth" /> <!--eof-branding display-->
Save the file and upload to your server.
Yes, it works that is what I need. Thank you very much :-)![]()