Dr. Radut

The header of each page is blue and leaves white image to the left. Why? What should I do? My computer is less px then the attach. You should read my attach png file.

Thank you!
Adam

CommentFileSizeAuthor
aphasia site.png395.71 KBearth1
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Deepika.chavan’s picture

Hi,
Try replacing the following code in your 'custom-style.css' file.

.himg #headimg {
  background:#FFFFFF url(headerimg/rotate.php) no-repeat scroll 100% 100%;
  border-bottom:1px solid #EEEEEE;
}

by this -

.himg #headimg {
  background:#BEDBE1 url(headerimg/rotate.php) no-repeat scroll 100% 100%;
  border-bottom:1px solid #EEEEEE;
}

HTH !!

Rgrds,
Deepika.

Florian’s picture

Issue summary: View changes
Status: Active » Closed (fixed)