BoldGrid / boldgrid-theme-framework

The BoldGrid Theme Framework used in BoldGrid themes.
https://www.boldgrid.com/theme-framework/
GNU General Public License v3.0
17 stars 7 forks source link

Fixed Container CPH = 0 padding on mobile #779

Closed nicolepaschen closed 1 year ago

nicolepaschen commented 1 year ago

masthead .boldgrid-section .container .row div.col-xs-12 {

margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;

}

If I have a Custom Page Header in a fixed container and a background color on a column, I get 0 padding on mobile when I should have the default 15px:

image (1)

nicolepaschen commented 1 year ago

RC looks good ty!