Hello,
I have a seemingly simple padding issues question that has continued to stump me. I'd like to univerrsally get rid of all padding. My site is here:
However, when I try
.content-pad {
Posted 10 February 2013 - 09:08 PM
Hello,
I have a seemingly simple padding issues question that has continued to stump me. I'd like to univerrsally get rid of all padding. My site is here:
However, when I try
.content-pad {
Posted 11 February 2013 - 09:12 AM
Hi Reid,
The code you have will work but you will most likely need to use one of the PageLines Override, you can find more information on the overrides in our Custom CSS documentation here -
Posted 11 February 2013 - 09:16 PM
Danny,
I bet this is the problem. However, I still can't seem to get it to work. I am not really sure how to use the #site and #page indicators. I have tried dozens of combinations. Can you help me see how I would enter this information in if I wanted to change the .content-pad {
Posted 12 February 2013 - 01:56 AM
Hi,
You'd use the #page or #site tags as a prefix before the .content-pad like this:
#page .content-pad {.....