Space at top of every article

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Thu Oct 04, 2012 6:32 pm
Hi, please see http://serviciosclasificadospanama.com - there is space at the top of every article - how do I remove it? Thanks
User avatar
Fresh Boarder

Konrad M
Fri Oct 05, 2012 7:55 am
Hi,
please add to override.css
Code: Select all
article header {
margin-bottom: 48px;
}

and decrease this value to fit your needs. Remember to enable override.css option in template settings.
User avatar

GK User
Sat Oct 06, 2012 10:11 pm
Thanks, and how do I reduce the size of the article titles?
User avatar
Fresh Boarder

Konrad M
Mon Oct 08, 2012 7:49 am
Please add:
Code: Select all
article header h1 {
font-size: 40px;
}

and reduce this value to fit your needs.
User avatar


cron