One page menu: in Firefox und IE first section not full-width

3 replies · opened Apr 16, 2016

Bblende64Apr 16, 2016

Dear SemiColonWeb Team,

I use the Canvas Template on a TYPO3 Website. Now I have the problem, that on page with a "one page menu" the first section with background-image is not full-width in IE und Firefox. In Chrome it is perfect. Here the link to the affected page:

http://p282929.mittwaldserver.info/index.php?id=22

Only when i scroll down the page, the first section will be full-width.

How can I fix this?

Kind regards
Jeannette

SSemicolon WebSTAFFApr 17, 2016

Hello,

Simply add the following code just after the </header> Tag:

This should definitely fix your issue. Let us know if we can help you with anything else or if you find any further issues.

Bblende64Apr 26, 2016

Hi SemiColonWeb Team,

<div class="clear"></div> did not help. It was my custom css code for the first section, that produced the error. I had in my css file: margin-top:-100px. When I remove that code, the first section is full-width but I have a gap between the header and the first section.

Do I have the possibility to scroll down 100px on load? Or is there an other possibility?

Thanks & Regards,
Jeannette

SSemicolon WebSTAFFApr 27, 2016

Hello,

Please consider adding the following CSS Code:

#content {
	top: -100px;
	margin-bottom: -100px;
}

Now, remove the .nomargin Class from the #content Container. This should fix your issue.

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard