Hi, I have a problem with positioning my template to the left or right - when use padding:0px; template goes to the very top but there is always a space left on both sides (gkPageWrap.css) It looks like there are some settings defining it. When I click inspect element and then on 'body' row I see:
- Code: Select all
body {
padding: 0 20px;
}
Wrap goes left (right) to the end when value above is changed to '0' - where to change that value to be '0'?