First of all, I would like to thank the developer for the great theme.
It's quite easy and flexible. GREAT JOB!!!

I would like to ask if it is possible to reduce the space from top of page to Menu (see screenshot).

I would like to remove or reduce that space as it looks a bit empty on top.

Can it be done please?

Thanks in advance.

CommentFileSizeAuthor
screen.jpg30.72 KBtetraflake
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

RobBNL’s picture

Hi,
This is what you need to modify, either in the style.css or preferably create a local.css. Modify the height to 15px for example

#header {
height: 66px;
position: relative;
width: 950px;
margin: 0 auto;
}

tetraflake’s picture

Thanks a lot for your help.

It worked!!!