Leave a comment

neen May 7 2016, 17:36:44 UTC
Thank you for the compliment. (*・▽・*)

Sure! You'll need to change a few things.

First, in the CSS > Header section, find this:

#header {height: 477px; background: #000 url(http://i.imgur.com/aVpilbc.png) no-repeat top center;}

Replace 477px with 77px. Remove background: #000 url(http://i.imgur.com/aVpilbc.png) no-repeat top center;. Add background-color: #000; right before the }.

Then, find this, two lines further:

ul.navheader {padding-top: 430px;}

Replace 430px with 30px.

It should do the trick. (゚∇^*)

If you also want to remove the sidebar picture, find this in the Sidebar section:

#sidebar {padding: 431px 0 0; background: #f8f8f8 url(http://i.imgur.com/skBYq3d.png) no-repeat center 20px;}

Replace 431px with 9px. Remove background: #f8f8f8 url(http://i.imgur.com/skBYq3d.png) no-repeat center 20px;. Add background-color: #f8f8f8; right before the }.

Reply


Leave a comment

Up