By luke_nuke on
Hello!
I'm beginner that is learning about theming in Drupal (and theming overall), and I can't find how to make a pretty basic thing. I have two blocks, one is Views Slideshow and other contains a logo of the site and banner below. What I would like to do to position them horizontally in "header" region. I can "float: right" one but I think it's a wrong idea. What is the best way to achieve this?
Regards.
Comments
float right would be an
float right would be an appropriate way to do that.
Give the header container to
Give the header container to a particular width.
Then use the float: left and give the width for the logo.
Then use the float: right for the slideshow and give the width for that block.
Hope it will help.
Thanks
- - -
Mani
Thank you, I will try to do
Thank you, I will try to do it that way ^^ .