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.

template header picture width - boxed

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

Hi,

The header picture in the template Nebula is full-width (100%).
Is it possible to diplsya the header picture to the same width as the template. E.g. 960px?

Thanks,
Jan
  • Jan Lucas's Avatar
  • Jan Lucas
  • 12 Month Developer
  • 26 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Jan,

You would need to add something like the following to custom.css file:

#topcolour {
background-repeat no-repeat;
background-size: auto;
}

The image would then need to be resized to match the width that you want to use.

Thats probably the easiest way to handle the background image without significantly modifying the template.

Cheers
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
The following user(s) said Thank You: Jan Lucas
Thanks Anthony,

That did the trick.

Jan
  • Jan Lucas's Avatar
  • Jan Lucas
  • 12 Month Developer
  • 26 posts
  • Karma: 0
The administrator has disabled public write access.
Thanks for the update

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