#header-top-inside-left-content {
margin-top: -13px;
padding-left: 80px;
}

This div #header-top-inside-left-content was there to accommodate the general layout with text "Subscibe". As text subscibe has been removed (see http://drupal.org/node/1040514), there is no need for this div - a div styled with an unexpected margin and padding. It should be removed.

CommentFileSizeAuthor
#1 patch-20110208.txt2.22 KBgtsopour
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gtsopour’s picture

Assigned: gtsopour » skounis
Status: Active » Patch (to be ported)
FileSize
2.22 KB

I removed this div from page.tpl.php and page-front.tpl.php and also i cleared the style.css file. Also i made the following change in style.css,
#header-top-inside-left-content a { color: #6a87a3; } to
#header-top-inside-left a { color: #6a87a3; }

I attached patch-20110208.txt file

gtsopour’s picture

Assigned: skounis » gtsopour
Status: Patch (to be ported) » Fixed

This change has been committed. Donnot make use of patch-20110208.txt

skounis’s picture

Status: Fixed » Closed (fixed)