Hello

I need use an image with 960px on "header" or "header top" blocks.
But seems these regions have some padding and I get the result as show on image.

The image show the rounded corner of menu and white margins I want to remove.
I need shift the image (brown) left (align with menu) and down (without padding between menu).

I have looked into CSS code but I'm lost.

Need your help.

Thanks.

CommentFileSizeAuthor
header_padding.jpg1.54 KBalex.cunha
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ajross’s picture

Status: Active » Postponed (maintainer needs more info)

FYI, I'm no longer supporting the Fusion-based version of this theme, so I am recommending folks switch to the latest release if not already too deep in customization of the old version. However, if that is not an option, you probably need to override one or both of the following just for that block or region:

.block {
  margin-bottom: 1.5em;
}

.gutter {
  margin-left: 10px;
  margin-right: 10px;
}

ajross’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (works as designed)