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.

Replicating a page-wide banner

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

I'd like guidance on setting a background for the top of our site, test.chigov.com .

Formerly, using the template Responsive v 2.2.3 on our site chigov.com, we could simulate our banner logo spanning the width of the page by setting a background via custom CSS thus:

body {background-image: url(test.chigov.com/images/chigov_topstripe.jpg); background-repeat: repeat-x; background-position: top;}

(See chigov.com .)

We haven't been able to replicate this on our test site (test.chigov.com) with the Responsive2 template.

We have the logo banner displayed in position Top1, and have tried substituting "body" in the above CSS code with [ID] [element], using various combinations of:

ID: #topwrap, #top1, [no ID]

element: div.clearfix, div.zen-container, div.zen-row, div.zen-spotlight, div.module-inner

No combination of these works. Can you suggest a way to effect the background?

Jim Nanczek
  • glow's Avatar
  • glow
  • 3 Month Basic
  • 195 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Jim,

#topwrap {
background-image: url(/../images/chigov_topstripe.jpg); background-repeat: repeat-x; background-position: top;}
}

It needs tweaking image wise I think

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
It totally works, Paul, thanks. Thought I'd tried that.

Jim
  • glow's Avatar
  • glow
  • 3 Month Basic
  • 195 posts
  • Karma: 0
The administrator has disabled public write access.
No problem

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