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.

Expanding height of background

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

HI there...I would like to expand the height of the background on Grid 3. I have the quickstart up and changed the height display of the images but that has not helped. Any advice? Thanks as always!
  • publivate's Avatar
  • publivate
  • LIfetime Developer - Big Bamboo
  • 12 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

You would need to work with these lines of css increasing the values as required

#overlaytrim {top: 304px;}

#bgpixel { height:310px;}
#background {310px;}

The last two would need to be the same value

I would adjust these lines in the custom.css file

Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Sorry, dumb Q but where would i find the custom.css file. i can find the style sheet files but not that particular one. Thanks!
  • publivate's Avatar
  • publivate
  • LIfetime Developer - Big Bamboo
  • 12 posts
  • Karma: 0
The administrator has disabled public write access.
Hi publivate,

If you look at the HTML source of your Joomla, you will find these lines

<!-- CUSTOM CSS -->
<link href="/templates/grid3/css/custom.css" rel="stylesheet" />
<!-- //CUSTOM CSS -->

The custom.css will be loaded from that path, if it is not available, you can create a new one.

Hope this helps
  • vietvu's Avatar
  • vietvu
  • 12 Month basic
  • 605 posts
  • 51 Thanks
  • Karma: 22
The administrator has disabled public write access.
The following user(s) said Thank You: publivate

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

Happy Campers