Shape 5

Joomla Templates => Game World - Club => : billhigbee December 28, 2015, 03:00:12 PM



: Spacing between header and menu
: billhigbee December 28, 2015, 03:00:12 PM
Hi,

On your demo, there is spacing between the header and the menu, that allows the visitors to see text on top of the background image. Approximately 270 pixels.

On my site, I am not seeing this spacing. (I did not use Site Shaper as I was updating my template of an existing site). (I get approximately 60 pixels)

How do I increase this spacing, so that it looks like your demo?

Thanks!


: Re: Spacing between header and menu
: mikek December 29, 2015, 10:49:00 AM
Hello,

Please post a url to where this occurs. The spacing should be automatic.


: Re: Spacing between header and menu
: billhigbee December 30, 2015, 01:15:58 AM
My website is:    http://kidamentals.com/

Thanks,

Bill


: Re: Spacing between header and menu
: mikek December 30, 2015, 08:16:33 AM
Hello,

Your site is showing correctly. The demo uses the Image and Content Fader module on the homepage, and the body aligns with the text of that. You are not using this module so it just shows the background image, like the inner pages of the demo:

http://www.shape5.com/demo/game_world/index.php/features-mainmenu-47/template-specific-features

If you want a large gap on the homepage you would need to use the Image and Content Fader module like on the demo so it has an area to align the body with. You can also add this css to custom.css, but it will then appear on every page of your site:

#s5_content_body_wrap {
top:400px !important;
}


: Re: Spacing between header and menu
: billhigbee December 30, 2015, 09:59:12 AM
Ah, got it, thank you!!!