Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style type="text/css">
- /*Hiding our Enjin Bar*/
- #enjin-bar{
- display:none !important;
- }
- /*Setting our page to full width by default*/
- #page{
- width:100% !important;
- max-width:none !important;
- }
- /*Remove default padding from html modules*/
- .m_html{
- padding:0px !important;
- }
- /*Remove default container spacer from our header modules*/
- #section-header .container_spacer{
- display:none !important;
- }
- /*Set Header width, left empty because we want it to be full width*/
- #site-body>div:nth-child(1){
- }
- /*Set Body width*/
- #site-body>div:nth-child(2){
- width:1060px;
- margin:0 auto;
- }
- /*Set Footer width*/
- #site-body>div:nth-child(3){
- width:1060px;
- margin:0 auto;
- }
- /*This is our simple example banner, make this anything you want at 100% width*/
- .full_width{
- background-color:#222;
- min-height:250px;
- border-top:0 px solid red;
- border-bottom:0px #f53b5d;
- width:100%;
- }
- </style>
- <div class="full_width">
- <img src="http://i.imgur.com/CKfv7kE.png"
- </div>
Advertisement
Add Comment
Please, Sign In to add comment