Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

resize banner/header

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi,

I find the banner on this template a bit too big. Is there a way to make it smaller?

I saw the banner is 460px so I tried updating the references to the banner in the formatting files. It works half. When loading the page it is on the updated setting, but it jumps back to 460px when resizing the screen.

Thanks,
Nico.
  • Nico van Os's Avatar
  • Nico van Os
  • 3 Month Basic
  • 12 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Hi Nico,

Are you using the latest version of the template?

Thanks
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes I'm pretty sure. The file says version 1.3.3
  • Nico van Os's Avatar
  • Nico van Os
  • 3 Month Basic
  • 12 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Hi Nick,

Thats a minimum height for the banner. So even if you add 300px it will display taller than that if the banner items are taller.
You can reduce the margins and padding on the items in the banner area by adding the following to the custom.css file:

#logowrap .zen-spotlight {padding:0}

Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
Well if I can't make it smaller that is really annoying. The banner is about half of my screen. Logo and menu take 1/4 of the banner. 3/4 is empty space. Changing the logo padding only brings my logo further into the corner. That is not what I needed. :(
  • Nico van Os's Avatar
  • Nico van Os
  • 3 Month Basic
  • 12 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Thank you for pointing out the custom.css option. I have now added the following code and that works for me.

.banner-overlay{height: 250px;}
.banner{height: 250px;}
#image-wrapper{height: 250px;}
  • Nico van Os's Avatar
  • Nico van Os
  • 3 Month Basic
  • 12 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Cheered too soon. Adjusting the size of the screen sets the height back to 460px. There must be something I can do to get it fixed to 250px.
  • Nico van Os's Avatar
  • Nico van Os
  • 3 Month Basic
  • 12 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Yup there is:

.banner-overlay{height: 250px !important;}
.banner{height: 250px !important;}
#image-wrapper{height: 250px !important;}

B)
  • Nico van Os's Avatar
  • Nico van Os
  • 3 Month Basic
  • 12 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Does this work ok on different devices?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes it does.
  • Nico van Os's Avatar
  • Nico van Os
  • 3 Month Basic
  • 12 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
Cool thanks for taking the time to post your solution

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I also had to add #top-area (in case anyone else is utilizing this thread :) )
  • berlin80210's Avatar
  • berlin80210
  • 3 Month Basic
  • 52 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks for the addition :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers