PixelLove: how to set height of space below top menu bar

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Oct 26, 2012 9:33 am
Hi,

does anyone know where/how I can set the height between the top main menus and the slideshow below, on PixelLove template?

Here are 2 links showing the issue:

http://www.use.com/images/s_3/9b6cc1afb63060c0e1d7.jpg

http://www.use.com/images/s_3/9b6cc1afb ... e1d7_2.jpg


Here is the link to our website: http://www.theartofasa.com/

I actually have the same issue on article pages as well:
http://www.theartofasa.com/index.php?op ... icle&id=49

height between top menu and title ("Licensing") is too much.

Is there a global setting for this? or any other suggestion on how to fix this would be very appreciated, thank you!
:)
User avatar
Fresh Boarder

Konrad M
Fri Oct 26, 2012 9:40 am
Hi,
please try add to override.css
Code: Select all
#gkLeft > .inner-wrap, #gkRight > .inner-wrap, #gkMain > .inner {
padding-top: 76px;
}

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

GK User
Fri Oct 26, 2012 10:00 am
Ok, tried and worked fine for the Article pages (15px):
http://www.theartofasa.com/index.php?op ... icle&id=49

BUT at the same it destroyed the formatting we had in place on the top bar:
Capture1.JPG

Capture2.JPG


The top menu text was all contained in the gray bar before, now it goes out on the white carpet background.

This is what I have in override.css:

/*
#------------------------------------------------------------------------
# penguinMail - December 2010 (for Joomla 1.6)
#
# Copyright (C) 2007-2011 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/

/* Here you can include your override CSS styles */
#gkNavWrap {position: absolute; right: 0}
#gkLeft > .inner-wrap, #gkRight > .inner-wrap, #gkMain > .inner {
padding-top: 15px;
}
User avatar
Fresh Boarder

GK User
Fri Oct 26, 2012 10:04 am
Forgot to say, it did not work on the front page, between top bar and slideshow, whis is actually our main problem:

Capture3.JPG
User avatar
Fresh Boarder

Konrad M
Fri Oct 26, 2012 10:58 am
Ok, this one should fix space on homepage. Please add
Code: Select all
#gkHeader {
margin-top: 90px;
}

and decrease value to fit your needs.
User avatar

GK User
Fri Oct 26, 2012 11:13 am
Perfect!

Thank you SO much for your great help!
User avatar
Fresh Boarder


cron