So I have a fully configured Drupal 6 site and earlier today I uploaded a logo file and forgot to resize it to the proper size first. Now all the text within the theme is extremely large and the entire design/layout is screwed. I removed the logo, changed back to default, re-uploaded the garland theme and nothing seems to be working.

Unfortunately it is an internal site so I can't show you, but I think the issue is self explanatory. Any insight/solutions would be extremely helpful right about now, thanks!

Comments

mshepherd’s picture

I think is a similar issue here:
http://drupal.org/node/775576

ckeck’s picture

Well not exactly -- I can still navigate (barely) but I've already replaced the logo with a small one and even tried switching back to the default, but it seems like the CSS or something was completely changed. Not sure why replacing the theme files didn't do anything. All the text is now HUGE and not formatted properly =\

See this screenshot:

http://c0405302.cdn.cloudfiles.rackspacecloud.com/drupal_fail.jpg

mshepherd’s picture

Wow, that looks crazy!
Erm... Have you flushed the theme cache? If you have the devel module installed you can do that from your admin menu. Otherwise, you can visit the config page for the theme & I think that re-reads all the theme files.

ckeck’s picture

No love there, I've also re-uploaded the entire garland theme directory and then tried uploading a fresh theme directory as well. Still the same =\

mshepherd’s picture

Try swapping to another theme..
It's really odd huh?!

ckeck’s picture

So I was able to switch to bluemarine which works, but my site is built on Garland so I'm not sure what to do. After switching to bluemarine I deleted the garland folder again completely and uploaded a fresh copy from the drupal package I just downloaded. Once I revert back it goes back to the same problem.

mshepherd’s picture

Also, do you use firefox/firebug? You could interrogate the css and see where the large sizes may be coming from.

ckeck’s picture

I actually just tried this and it shows in the style.css file the larger font sizes, but then I look at the actual fine in nano it looks normal. Am I missing something somewhere else?

mshepherd’s picture

Are you using any module like http://drupal.org/project/textsize to resize text?

ckeck’s picture

No, not at all -- it seems like something is overriding the setting from the style.css file. I have deleted and re-uploaded that file for garland, created on the server and pasted the default contents, everything...

Something else is controlling this but I have no idea what...

*thanks so much for all the help btw

mshepherd’s picture

You're very welcome. Sadly, I'm as baffled by this as you..!

mshepherd’s picture

Does it display the same way in different browsers?

ckeck’s picture

Sure does -- I use Safari mostly but had to use Firefox to check in Firebug. Surprised that no one else has any input.

Other themes work just fine, just Garland is broken. Weirdest thing I've ever seen and about to push to production =\

Didn't think a logo upload would break my entire theme/style...

ericprk’s picture

If you're using Firefox have you checked if your text is zoomed? CTRL-0 will reset to default.

ckeck’s picture

Yes, my font size is set correctly in both Safari and Firefox. I've had to zoom out to the smallest setting just to be able to navigate properly while attempting to fix...

mshepherd’s picture

Clutching at straws maybe, but can you check that you only have one copy of Garland installed and that it's in the core themes folder. Check sites/all/themes, sites/default sites/anythingelsethatmaybeinthere/themes

Another thing that may be worth trying is to add a new copy of Garland into the contrib themes directory at sites/all/themes, disable (make sure it's disabled, rather than just not selected) core Garland and enable 'contrib' Garland. There should be 2 copies to choose from on the admin page.

Again, maybe clutching at straws, but you never know...!