Hi, I am not an advanced coder, and I have a problem to get rid of the black bar at the top of the page/template (above header section).
I could not find it on the file style.css
I want to remove it to insert a large background image under the logo (somethink like the attached file). Image is not black and that is why I have to remove.

It looks like this for now: www.zoesport.pl.

Is anyone able to help me with this?

CommentFileSizeAuthor
#4 screen-1.jpg351.4 KBgtsopour
#4 screen-2.jpg347.77 KBgtsopour
exemp.jpg56.08 KBmuerteno1
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

shruti.sheth’s picture

Hello,
One of the solutions to remove the black bar at the top of the page/template can be done by giving the top margin to the header.

The steps are as follows :-
1. Add the following code in your corporateclean.info file

stylesheets[all][] = corporate.css

2. Create a custom css file named corporate.css in your themes/custom/corporateclean/ directory and then add the following code in it.

#header {
  margin-top: -20px;
}

Hope this helps!

Regards,
Shruti Sheth

aRawd’s picture

Couldn't he just add that to the normal style.css?

I'm going on the basis that you would use that separate stylesheet for any changes made by the user.

gtsopour’s picture

Hello muerteno1,

The addition of a negative margin to #header, as shruti.sheth said, is in fact a solution.

But, I made a detailed review and it seems to exist a line break (or something else) just above the

gtsopour’s picture

Assigned: muerteno1 » gtsopour
Issue tags: +corporate, +Corporate Theme, +Corporate Clean Theme
FileSize
347.77 KB
351.4 KB

Sorry, i forgot the attachments...

Thanks
George

gtsopour’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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

lagadoo’s picture

Hi,

How do you add an image in the first place to the header i cant find where to input the image code?

Many Thanks for any help