Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created July 20, 2013 08:47
Show Gist options
  • Save agusmu/6044350 to your computer and use it in GitHub Desktop.
Save agusmu/6044350 to your computer and use it in GitHub Desktop.
PrimaShop - Full width style for featured header image
/* full width mode for featured header image */
#header-featured.header-image .margin, #header-featured.header-image-default .margin {
margin:0 !important;
padding:0 !important;
width:100% !important;
}
#header-featured.header-image img, #header-featured.header-image-default img {
width:100%;
}
@agusmu
Copy link
Author

agusmu commented Sep 28, 2013

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