Hi,
I'm trying to set the padding for the side columns on each page induvidually.
The reason is to better align with the main content.
I've succeded, with help from you guys, to do this on the "Home" page. But I can't get it done on the rest.
This is the css code on the home page that works:
/* To increase padding top on both side columns */
body.page-id-100 div.scolumn-pad {padding-top: 97px;
}
Here are some versions I tried, without succes:
/* To increase padding top on SB1 in contact form */
body.page-id-105 div.scolumn-pad {padding-top: 86px;
}
/* To increase padding top on SB1 in contact form */
body.#page-id-105 div.scolumn-pad {padding: 6em 0 0.7em;
}
body.#page-id-105 div.scolumn-pad {padding-top: 86px;
}
url:
Greatful for your help











