How to pull down the page in nopClassic Theme ?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
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
13 years ago
padding-top: XXpx
in the .master-wrapper-page class
doesn't help?
13 years ago
fadex wrote:
padding-top: XXpx
in the .master-wrapper-page class
doesn't help?


Thanks...it was actually my mistake

I forgot to add "px ;"

It's working now, ,thanks once again...
13 years ago
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
13 years ago
*bump
13 years ago
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;
}
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.