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

nevets’s picture

float right would be an appropriate way to do that.

mani_kandan’s picture

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

luke_nuke’s picture

Thank you, I will try to do it that way ^^ .