![]() |
![]() |
![]() |
|
|||||||
| User interface Discuss eSyndiCat templates here. All the questions regarding eSyndiCat [FREE] Front end |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Join Date: Sep 2006
Posts: 33
![]() |
I replaced the original logo.gif from the clean red template with my own, but it looks like the header.tpl address magically the none exitent original logo.gif and my logo.gif together, and it's horrible placed on my web page.
I have no idea of what to do since the other logo is already deleted. It's very strange. Check it out: http://gainfreemoney.com Thanks |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Feb 2006
Location: UK
Posts: 579
![]() |
It is very strange - try emptying your tmp folder.
__________________
LIFE IS SHORT ENOUGH SO DON'T MESS WITH ME FOOL! eSyndicat "integrated" into e107 CMS Yarm-Online BikerLinx |
|
|
|
|
|
#3 |
|
Loyal User
|
This is not a bug - you did not position logo image right.
Find this code in your css file: Code:
div.header
{
background-image: url('../img/header-bg.gif');
border-bottom: 1px solid #6C1313;
height: 110px;
}
div.logo
{
float: left;
padding: 15px 20px;
width: 183px;
}
Code:
div.header
{
background-image: url('../img/logo.gif');
border-bottom: 1px solid #6C1313;
height: 110px;
}
Code:
div.logo
{
float: left;
padding:0;
}
__________________
Custom eSyndicat Templates | World Web Directory | Keyword Directory Webmaster Blog Last edited by WTM; 10-09-2006 at 08:03 AM. |
|
|
|
|
|
#4 |
|
Join Date: Sep 2006
Posts: 33
![]() |
Thanks now the logo is displaying correctly but, the search bar lost the position, and now is in the far right corner.
I tried to replace some div search fields to "center" but haven't see a change. |
|
|
|
|
|
#5 |
|
Loyal User
|
Try to add line:
width: 183px; back to div.logo
__________________
Custom eSyndicat Templates | World Web Directory | Keyword Directory Webmaster Blog |
|
|
|
|
|
#6 |
|
Join Date: Sep 2006
Posts: 33
![]() |
It worked perfectly fine, one last question, can I get rid of that that search icon? ico-search.gif
![]() |
|
|
|
|
|
#7 |
|
Loyal User
|
Just find and remove it in header.tpl file
__________________
Custom eSyndicat Templates | World Web Directory | Keyword Directory Webmaster Blog |
|
|
|
|
|
#8 |
|
Join Date: Sep 2006
Posts: 33
![]() |
Thanks, all it's done and looks very nice.
The only remaining problem(hopefully) is that if I view the site using Internet Explorer I'll see the logo twice. Thank you so much WTM |
|
|
|
|
|
#9 |
|
eSyndicat Support Team
Join Date: Sep 2006
Posts: 727
![]() ![]() ![]() ![]() |
Hi, Lonrot!
Just remove from header.tpl declaring your logo.gif)) keep it only in div.header style.css. Thanks)
__________________
Regards, Michael Hill eSyndiCat Directory Script Our webhosting - Intelligent Web Hosting |
|
|
|
|
|
#10 |
|
Join Date: Sep 2006
Posts: 33
![]() |
Thank you very much
![]() |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|