Hi guys,
I am new at these forums, I used to do a bit (mostly through trial and error though im no coder!) with PHPNuke 4-5 years ago and have since returned to web projects and found drupal as a great CMS to use.
I am using drupal version 6.0 and just coming to terms with editing it and changing stuff and generally trying to get used to it.
The URL of what I am trying to do is at www.classic-mario.net
My Primary links "Home, News, Links" etc were on the left side and everything was ok, while I was messing about with getting the banner/background of the header to match. I managed to get this working and now all of a sudden the links have gone to the right hand side of the black bar - Any idea why this is? If they were on the left still I'd be getting somewhere!
The theme im using is called Pixture Reloaded.
If anyone has any idea why the links have put themselves in a dodgy position on the right hand side I'd really appreciate any help.
Thanks for your time.
Luke
Comments
Just Throwin it out there
but it might have something to do with you "block" settings it might be in a different place than the old template you were using if not then you might have to change the code manually in page.tpl.php
Primary Links
The primary links aren't actually classed as a block in the header, they are just part of this theme I think.
Cant wait to have a clue what im on about again so I dont have to ask silly questions =]
just load mozilla firbug and
just load mozilla firbug and inspect u will get an idea where to change
i inspected with my browser those are not links categorised under paragraph.
in css
p
{
text-align:left;
}
that is the reason floatinig left side
check with mozillafirebug and inspect and change the css
Hi
Hi mate,
So if I add:-
p
{
text-align:left;
}
at the appropriate point in style.css it should align those two primary links to the left of the black bar?
Let me know, cheers for your help
Development
OK, I set this back to default, and the links went back to the correct place, once I inserted the logo image this made them move out of place again! So im guessing its something to do with tables or something in the header?
Hi, Your #logo element has to
Hi,
Your #logo element has to high a height setting, try changing height from 120px to 88px :)
Logo element
Hi Barry,
How would I do that mate which files it in? I've checked page.tpl and style.css ?
!!
I worked it out, and it fixed it. Cheers for that mate :D