Inconsistent behaviour of Masthead image

spydmobile - August 7, 2006 - 20:01
Project:Meta Theme
Version:HEAD
Component:Code
Category:bug report
Priority:normal
Assigned:Ken Collins
Status:by design
Description

Hi. Great theme, I use it all the time as a default theme for instaling drupal 4.7, it just makes sense and looks so professional. The problem only is an issue when using the WIDE or NARROW button or in browsers that are running in 800x600 mode. I usually replace alll of the masthead images, black, green, grey, paper and pink with the same image. when I do this I notice that in wide mode, it is not affected, but in narrow mode or at lower resolutions, the theme will justify the image differently, in green, paper, pink and black modes, the image is centered and clipped off both ends, but in grey mode, it is left justified and the right side gets clipped. since there is no structural difference between each color mode I must assume this is an oversight and perhaps old formatting is still in place. I did not see this bug listed so I have sumbitted it. Regards to all who work on this, I hope this helps.
Franco Nogarin

#1

Ken Collins - August 8, 2006 - 22:35

&otAh... this was not a bug, but a creative decision based on the different masthead image I chose for that color scheme. That image for the grey scheme I wanted to align left. You can easily change this by editing the user override CSS file "meta/css/userstyle-bg-grey.css; and change the #masthead-image declaration to look like this:

#masthead-image { background: url('images/masthead-image_grey.jpg') 50% 0; }

Basically changing that first 0 (the x-axix) to 50% from 0. Thanks for using the theme and the CLOSE attention to detail :)

#2

Ken Collins - August 8, 2006 - 22:45
Assigned to:Anonymous» Ken Collins
Status:active» by design

by design

#3

spydmobile - August 10, 2006 - 05:58

My thanks Ken, I appreciate your time. I will try that change as it will definitely help :)

 
 

Drupal is a registered trademark of Dries Buytaert.