Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Need help with CSS issue & logo

Need help with CSS issue & logo

Locked

Views: 687

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
12 Aug 2010, 3:51 PM
#1
digitalguard avatar

digitalguard

Zen Follower

Join Date:
Nov 2007
Posts:
121
Plugin Contributions:
0

Need help with CSS issue & logo

Hello,

Not sure what I'm doing wrong but I tried everything and can't figure this out. On this site i want my logo position in my css to be with top & left so I can move it around. Its currently set and around the middle and i want to move it up and towards the left little. Can any1 tell me how I should do this. I tried editing the css and did not work, so i left it to the original designers css.

Site is ```
hxxp:// www . isambella . com / shop


Thanks in advance for your help.

DigitalGuard
12 Aug 2010, 4:09 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Need help with CSS issue & logo

Tricky business as your template is designed to work in a particular. But how about this ...

In your stylesheet find the #header styling and reduce the left padding from 285 to 185px

Then find the #logo styling and add the following:
position: relative;
top: -20px;
left: -100px;

12 Aug 2010, 4:31 PM
#3
digitalguard avatar

digitalguard

Zen Follower

Join Date:
Nov 2007
Posts:
121
Plugin Contributions:
0

Re: Need help with CSS issue & logo

kuroi:

Tricky business as your template is designed to work in a particular. But how about this ...

In your stylesheet find the #header styling and reduce the left padding from 285 to 185px

Then find the #logo styling and add the following:
position: relative;
top: -20px;
left: -100px;

I tried this but its not working something is wrong not sure what...

12 Aug 2010, 4:41 PM
#4
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Need help with CSS issue & logo

Taking a look closer look at your site, I rather suspect that the problem is that your stylesheets are falling over each other and conflicting have conflicting. I can see the logo changes, but suspect they're being over ridden by those in your stylesheet_tm.css stylesheet. They need a bit of weeding.

12 Aug 2010, 5:03 PM
#5
digitalguard avatar

digitalguard

Zen Follower

Join Date:
Nov 2007
Posts:
121
Plugin Contributions:
0

Re: Need help with CSS issue & logo

kuroi:

Taking a look closer look at your site, I rather suspect that the problem is that your stylesheets are falling over each other and conflicting have conflicting. I can see the logo changes, but suspect they're being over ridden by those in your stylesheet_tm.css stylesheet. They need a bit of weeding.

Ok I think I'm getting it to work, that info helped, I moved the info to the tm stylesheet and its starting to move, but now i have a little bit of a problem. The logo gets cut of when moved out of the div, how can move it to the top and visible?

Thanks
DigitalGuard

13 Aug 2010, 8:43 AM
#6
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Need help with CSS issue & logo

I'm not seeing a problem in FF3 or IE8. In what browser are you looking at this?