Shape 5

Joomla Templates => Eventfull - Club => : joomladaze April 08, 2015, 04:47:32 PM



: How to show less of the HEADER BACKGROUND IMAGE URL
: joomladaze April 08, 2015, 04:47:32 PM
How can I adjust the settings to show less of the HEADER BACKGROUND IMAGE URL on pages when there is nothing in the Custom_1 position.

I would like to make this shorter. Currently its about 174 pixels tall. I would like it to be around 74 pixels tall.

Thanks!


: Re: How to show less of the HEADER BACKGROUND IMAGE URL
: mikenicoll April 08, 2015, 06:27:26 PM
http://www.shape5.com/component/option,com_smf/Itemid,75/topic,39314.0/


: Re: How to show less of the HEADER BACKGROUND IMAGE URL
: joomladaze April 09, 2015, 02:28:14 PM
I'm sorry, hate you further bother you, but that post was a bit confusing. I think that person had some other specs he needed.

I just want to reduce the black at the top of the back pages. I like how the s5 image and content fader is placed on the home page.

Screen shot attached. Just looking to reduce the height of the black at the top.

Thanks!


: Re: How to show less of the HEADER BACKGROUND IMAGE URL
: mikenicoll April 09, 2015, 07:56:41 PM
Hello,

You should be able to adjust the height below.

:
Template.CSS - Line 666

#s5_headerbackground {
    background-attachment: scroll;
    background-color: #ffffff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 175px;
    width: 100%;
}