Hot WordPress Themes › Support Forum › WordPress Themes › Clinic › How can I add a new position in this template? › Re: How can I add a new position in this template?
In template_css.css:
.bottomrow { background: #4a4a5c url(../images/custom/footer_bg.png) top center; padding: 40px 0; margin-top: 50px; color: #9f9f9f; }
change :
margin-top: 50px;
to:
margin-top: 0px;