Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

footer overlaps main area and wrong width (IE and OPERA) #218

Closed
Soeldner opened this issue Jun 14, 2016 · 2 comments
Closed

footer overlaps main area and wrong width (IE and OPERA) #218

Soeldner opened this issue Jun 14, 2016 · 2 comments

Comments

@Soeldner
Copy link

Soeldner commented Jun 14, 2016

Hi,

in OPERA and IE overlaps footer the main area (see pdf file) opera_ie_bug.pdf.

In firefox and chromium its ok.

/footer code

~~NOCACHE~~
<grid>
<col sm="4">
<panel type="default" title="Kontakt" icon="fa fa-paper-plane-o">
Reichardt Informationstechnik

...
</panel>
</col>
<col sm="4">
<panel type="default" title="Sitemap" icon="fa fa-sitemap">
  * [[:firma|Reichardt Informationstechnik]]
  * ...
</panel>
</col>
<col sm="4">
<panel type="default" title="Informationen" icon="fa fa-info">
  * [[:informationen|Informationen]]
  * ...
</panel>
</col>
</grid>

[[:firma:kontakt|{{:template:contact_banner_35.png|}}]]

The change of the "position" attribute was not successful. Any Idee?

Next, in opera and ie the footer class <div class = "navbar-text"> is not 100% of the footer container class.

Change

#dw__footer .navbar-text { 
margin-left: 0px;
margin-right: 0px;
}

in

#dw__footer .navbar-text { 
margin-left: 0px;
margin-right: 0px;
width: 100%;
}

works for me.

@Soeldner
Copy link
Author

Soeldner commented Jun 14, 2016

In Opera and IE the "footer" has the following entries:

.navbar-fixed-bottom {
border-bottom-width: 0px;
border-left-width: 0px;
border-right-width: 0px;
border-top-width: 1px;
bottom: 0px;
margin-bottom: 0px;
}

Removal bottom: 0px; ends the overlap. The whole is on the bootstrap.min.css.

screenshot at 2016-06-14 22 39 09
screenshot at 2016-06-14 22 39 26

@giterlizzi
Copy link
Owner

Thanks for your screenshot 👍

Fixed in dev branch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants