Space below and above header position

Responsive Joomla events template to create conference, festival and other big-name event website.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Sep 13, 2013 3:44 pm
Reply with quote
Report this post
If you go here

http://www.clan2.it/sciclub/index.php?o ... Itemid=320

you'll see that there is too much space above and below the top image. That image is visible on all the site but the home page where there's the standard module with the countdown.

How can I reduce the space above and below the image so that everything is more compact?

Please note that in the custom html module there's only this code

Code: Select all
<img src="images/panoramica.jpg" alt="panoramica foppolo sciclub clan 2" />

so no <p> or <br>

Thanks!
User avatar
Fresh Boarder

GK User
Fri Sep 13, 2013 7:52 pm
Reply with quote
Report this post
Hi,
use our tips: http://www.gavick.com/documentation/joo ... -size-etc/

Then you will understand that we used margins for this module position, not for image.

Code: Select all
#gkHeaderTop {
    margin: 58px 0 42px;
}


To reduce space = reduce margin value.

Code: Select all
#gkHeaderTop {
    margin: 10px 0 10px;
}



How to use custom CSS code: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder


cron