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.

Movie search bar up?

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

My client wanted the homepage banner shorter. So I decreased the zentools module settings from 600 to 400.

But that means that the search bar is too low.

So as I typically do, I used some custom.css to override the theme. But the following is just not working:

div#banner-extra-inner {
margin-top: 290px !important;
}

optometryloans.com/
Attachments:
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
The administrator has disabled public write access.
Hi Jeff,

If I paste that code into your custom.css file via the browser it works for me

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I have cleared all cache and recompiled the css. But it just won't take..... :-(
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
The administrator has disabled public write access.
I can't seem to see the code in the custom.css

Is that where you are adding it?

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

The template uses javascript to position the banner.

Go to js/scripts.js and remove this code:
 	// Banner offset
 	var offset = $('#topwrap').outerHeight() + $('#navwrap').outerHeight();
 	$('#bannerwrap').css({'margin-top': '-'+ offset + 'px'});
 	
 	$(window).bind("debouncedresize",function(){
 	
 		// Banner offset
 		var offset = $('#topwrap').outerHeight() + $('#navwrap').outerHeight();
 		$('#bannerwrap').css({'margin-top': '-'+ offset + 'px'});
	
 	}); 

Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
thanks!
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
The administrator has disabled public write access.
Thanks Jeff,

We both learnt something :)
  • 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