Cartellian
Member
Posted 12 months ago #
I've been searching around and jumping into the css a bit more than usual for me. The site in question is http://www.attractmlmleads.com
I found out how to get a graphical logo, instead of the default text and I really like the look, but the placement is a bit off.
Could someone help me figure out where the snippet of css is that can help me play with the orientation of that? I have been searching and trying a couple things recommended for other people, but I'm thinking my css is setup different, because I haven't been able to get it to change.
Thank you.
Cartellian
Member
Posted 11 months ago #
I made a smaller logo file to see if that was the problem, and uploaded it... Still having the problem and think I need to somehow move the logo up 50 pixels or so from where the style sheet thinks it should be.
Any help is appreciated. I'm bangin my head against a wall over here.
el.danieldeepak
Member
Posted 11 months ago #
Did u alter the code by cut paste something?
Cartellian
Member
Posted 11 months ago #
I modified the header.php file to update it to include my fancy logo :)
<h1>
<img src="http://www.attractmlmleads.com/images/logo.png"/>
</h1>
This is all I touched.
Thanks for the reply
Cartellian
Member
Posted 11 months ago #
Hmm, code didn't show up there... attempt number two.
<h1><a href="http://www.attractmlmleads.com" title="Attract MLM Leads">
<img src="http://www.attractmlmleads.com/images/logo.png"/>
</a></h1>
j-aperture
Member
Posted 11 months ago #
Try edit go to your style.css and find #pageheader h1. Reduce the value in padding or padding-top and see if that works out for you.
- j-aperture photography
- Canonical Works
Cartellian
Member
Posted 11 months ago #
j-aperture, that was exactly what I was looking for! Thanks for the tip... I've been able to get the size image I wanted pretty close to where I wanted it! Thanks.
Now, the site looks perfect in Firefox, but when I check it in IE there is a big black box around the logo image... Anyone know how I can solve that?
Cartellian
Member
Posted 11 months ago #
I'll search for the black box question elsewhere and will close this thread. Thanks j-aperture for your help!