I have edited the template.css file as follows:
- Code: Select all
#mainContent {
padding: 50px 20px 0;
background: #fff;
}
But when hard refreshing, and clearing cache etc etc, the padding on the top does not change?? I'm confused. When using Firebug, it is established that this is the code that needs to be changed, but it's not working. Can you give me an idea of what I should be doing instead?
Also, why is the body of the template overflowing? How can I fix this?