Default footer theming in overrides.less applies left/right padding 0 http://screencast.com/t/6iiwRDM9Yh however the page TPL indicates this is also a container http://screencast.com/t/0l2mV2XH6 where left/right padding is normally applied.

As a result using the subtheme the container padding is overwritten unless you edit copy of overrides.less

Recommend using only padding-top, padding-bottom in overrides.less instead of the shorthand property.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

el7cosmos’s picture

Yeah, I override it in footer.less. Im with you @Soundvessel

el7cosmos’s picture

Status: Active » Needs review
FileSize
387 bytes

Or make left/right padding match default container padding

el7cosmos’s picture

First one in my opinion is better approach

markhalliwell’s picture

Version: 7.x-3.0-rc1 » 7.x-3.x-dev
Status: Needs review » Fixed

Thanks @el7cosmos!

Committed #1:6cf1b50 to 7.x-3.x:

Issue #2112769 by el7cosmos: Default override CSS zeros out container padding

Committed 8c3c739 to 7.x-3.x:

GK css compile

valkum’s picture

Version: 7.x-3.x-dev » 7.x-3.0-rc2

Status: Fixed » Closed (fixed)

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