Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created June 10, 2013 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agusmu/5748334 to your computer and use it in GitHub Desktop.
Save agusmu/5748334 to your computer and use it in GitHub Desktop.
PrimaShop - Removing top and bottom padding on boxed style
body.stylelayout-boxed #container {
padding-top: 0;
padding-bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment