Active
Project:
Marinelli
Version:
7.x-3.0-beta8
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Feb 2011 at 18:50 UTC
Updated:
29 Apr 2011 at 13:01 UTC
Hey,
love the theme, looks really good. Is it possible to have a block beside the banner though? At the moment you either have to have the banner or your own block. It would be really cool if you could set the banner width to 50% and float right in the css and have say, a news block beside the banner.
Can this be done?
Cheers!
Comments
Comment #1
shruti.sheth commentedHi,
Yes, it is possible to have a block besides banner.
The following can be one of the ways of implementing this.
1. Add the following code in your .info file
2. Add the following code in your page.tpl.php above the
<div id="header-images"<?php print ($usebanner == 0) ? 'class="unlimited"' : ""; ?>>3. Add the following css code in your layout.css
4. In your slideshow.css file replace the code for #header-images with the one below
Enable the blocks you required besides banner in header left block region.
Hope this helps!
Thanks,
Shruti