e107 Styles

Fórumok

Gamezone8

12 years ago
Hello,

How can I add a logo or image to where the Sitename is. I added a header on the right hand side that has the sitename in the header. So I would like to add a logo on the left hand side.

12 years ago
You can insert the image (logo) where is the sitename.
In this way you need modify the style.css:
.sitename {
	font: 44px flipflop-webfont, "arial",Helvetica,sans-serif;
	color: #8d0303;
	margin: 25px 20px 0 20px;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 60px;
	height: 60px;
}
In this style element insert the image:
background: url(images/logo.png) no-repeat left center;
and make the padding right.
Moderator(s): fizi