-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Crio Full Width Footer = Horizontal Scrollbar #149
Comments
This is how I fixed it, but there's probably a more elegant way. |
@rramo012 @nicolepaschen i'd recommend reverting 2f36dc9 so if reverting that then the horizontal scroll issues shouldn't exist anymore, and then just apply the margin left/right of -15px for wherever its needed for .entry-content. I didn't see what the purpose of removing that css was but I'm assuming it was for rows inside of entry content for the editor plugin? If that's the case it might be best to just target the entry-content rows specifically to override the default of I'm just going based off the framework css only, and not using the editor plugin, which may also be overriding other styles, but if the above is true, I think something like this added to the
I noted @nicolepaschen the only problem with the code you put above is the specificity of apply the margin reset to all elements outside of the I don't really recall the specifics as to why we ended up with I'd try reverting 2f36dc9 and one of the two snippets for the adjustment to |
Crio - v2.2.11 resolved the Header issue, leaving this ticket open for the Footer issues |
When I set either the header or footer layout to a full width container, a horizontal scrollbar appears at the bottom of my browser. It's coming from the margin on the row with the columns for content.
The text was updated successfully, but these errors were encountered: