I'm using a default install of drupal with alek and the taxonomy image is cut off only a few pixels from the top of the image. Any idea why?

CommentFileSizeAuthor
#2 example_5.jpg69.24 KBsudomaster

Comments

nevets’s picture

It would help to see the page and where you are placing the images but I am guessing you are trying to add them to and element that as a fixed height. Either that or you are assigning the image as the background image for an element and not setting the height. Does it behave the same way in Firefox and IE?

sudomaster’s picture

StatusFileSize
new69.24 KB

Interestingly enough, it occurs in Firefox. I am going to attempt to upload a portion of a screenshot to show what I mean. Keep in mind, I've made considerable changes to background and images since this is a work-in-progress, but have changed minimal amounts of the code.

I'm sure that this is just a padding/margin problem, but I can't pinpoint it...

Rhino25782’s picture

I am reporting the exact same problem in Firefox on a fresh install - no changes to any theme code whatsoever.

sudomaster’s picture

Open style.css (in the Alek theme directory), scroll down to line 318 which looks like this:

.submitted {
background: url(img/user.gif) no-repeat;
background-position: 2px 3px;
padding:3px 0 3px 20px;
color:#999;
font: normal 11px arial;
margin:0 0 0 3px;
float: left;
}

Change the padding to:

padding:3px 0 25px 20px;

Worked for me...

Gurpartap Singh’s picture

Status: Active » Postponed (maintainer needs more info)

Not sure how the taxonomy icon appears just below the title, in the screen shot above(On a clean install?). It's supposed to be below the links of post, where it appears correct enough.

Gurpartap Singh’s picture

Status: Postponed (maintainer needs more info) » Fixed

It seems to be the user icon, which is already fixed. :)

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.