MVP
Bronze Solution Partner
Total Posts: 2903 Karma: 23070 Joined: 1/8/2010 Location: United States I would like to pull down the page little bit or in other words i would like to increase the distance between the edge of the header and the browser... (I am using nopClassic theme) Please take a look at this screen shot i have market the space that i would like to increase... http://img713.imageshack.us/img713/8774/screenshotda.jpg
Total Posts: 5 Karma: 35 Joined: 6/24/2010 Location: Italy padding-top: XXpx in the .master-wrapper-page class doesn't help?
Total Posts: 135 Karma: 717 Joined: 10/25/2010 Location: Australia I want to pull the header little bit up. I tried this-> padding-top: 1px; (inside .master-wrapper-page class in style sheet) but it doesn't look that it is going up ( i even tried padding-top: 2px, padding-top: 1px, padding-top: -5px) nothing works when i make it 10 or 20 then it goes down but is it not going up please help
Total Posts: 1794 Karma: 14506 Joined: 10/7/2009 Location: United Kingdom depending on exactly what you mean, i think you need to do either edit .master-wrapper-content { float: left; width: 960px; margin: 15px 0 0; text-align: left; background: #FFF; } or .header { padding: 6px 6px 10px 5px; height: 60px; }