Pages: [1]
Author Topic: Logo  (Read 298 times)
Customers
Full Member
*

Karma: 0
Posts: 43


on: Jan 17, 10, 02:58 PM

Hi,

I have noticed that in Toys theme, on the left of it, there is click-able area where !TITLE! is invisible to users but visible to search engines.

I need to insert Logo inside that area. What's the best way?
Logged
Administrator
Sr. Member
*

Karma: 7
Posts: 486


Email
Reply #1 on: Jan 18, 10, 12:32 AM

The best way is to edit this line of css code (Toys/images/styles.css):
Code:
#Head h1, #Head h1 a{ display:block; width: 288px; height: 108px; float:left; margin-top:10px; }

add your logo as a background in the #Head h1 and leave #Head h1 a as is (so you'll have 2 lines of code as a result)
Logged
Customers
Full Member
*

Karma: 0
Posts: 43


Reply #2 on: Feb 09, 10, 03:33 AM

Hi,

I tried it, but when I insert background-image:url(''); to it, it ends up like this: http://hrajsa.sk/  the logo is doubled for some reason. how should i solve it?
Logged
Administrator
Sr. Member
*

Karma: 7
Posts: 486


Email
Reply #3 on: Feb 09, 10, 05:16 AM

check up your page using firebug, it should help to find out the reason of your problem
Logged
Customers
Full Member
*

Karma: 0
Posts: 43


Reply #4 on: Feb 09, 10, 09:31 AM

I had to remove float:left I hope it won't cause any problems.
Logged
Pages: [1]
 
Jump to: