![]() |
Yet another logo question (little help?)
First and foremost:
I'd like to apologize to our over seas comrades. When I first started using this, I was a lot like the other new users (pissed). After going through the manual and especially this forum (thank you guys, you rock) I started to get it, and dare I say it, learn something new. *gasp* I must say though, it's a little bit like finding Waldo. Waldo's being a real bastard right now. Here's my problem: I'm using Pro 4.3.2 and every bodies code I see doesn't look like mine. What I want: A centered logo with no over lap (would prefer flash but I'll tackle that later). Code skin1>main.css Code:
#header .line1 { The logo looks fine, but I can't seem to center it. Tried "middle", "center" under logo a etc. I'm guessing it's way off somewhere else. lol Pic: http://tinyurl.com/2e76j9j |
Re: Yet another logo question (little help?)
Thanks!
|
Re: Yet another logo question (little help?)
Try adding:
Code:
margin-left: auto; Add the image height to #header .line1 |
Re: Yet another logo question (little help?)
Thanks for the reply Tal, appreciate it.
Unfortunately, there wasn't any change. Still looks the same as the screen shot. Code:
#header { |
Re: Yet another logo question (little help?)
Make sure you clear out your Templates Cache (Admin, Summary, Tools, about 2/3 the way down the page).
|
Re: Yet another logo question (little help?)
If you give a link to your site it would also help so I could actually see what changes.
|
Re: Yet another logo question (little help?)
Thanks Vacman, tried that earlier to no avail.
It's weird. I got it to fit how I want it, but can't find out how to center it. Also, if you "checkout" everything slides up and wipes out the logo. I think what I'm going to do is just resize the logo to fit the background. I want to add some background to it anyway. Here's the link. http://www.shirtsforthepeople.com/sftp/home.php |
Re: Yet another logo question (little help?)
#header .line1 .logo {
margin-left: auto; margin-right: auto; position: relative; padding-top: 9px width: 597px; } Thats all that should be there. Logo is centered. |
Re: Yet another logo question (little help?)
Nah, still positioned to the left. That padding made the gold bar wider though. :mrgreen:
Here's what I got code wise. Code:
#header .line1 { I got backups of everything, so I think I'll just break stuff till I get it. I don't want you to eat up your day trying to help me out. I appreciate you taking a look at it man. |
Re: Yet another logo question (little help?)
Are you using firefox or IE to look at it?
If its IE, switch to firefox and then when its good in firefox go back and check in IE. Firefox -> IE = good IE -> Firefox = not so good Edit: Code:
padding-top: 9px You're missing a ; after the 9px in padding. That's why it doesn't work. |
All times are GMT -8. The time now is 04:35 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.