By mykingla on
I have two blocks "events" and "travel".
I want to put the two blocks show in one line in the content top.
one is "float: left", the other one is "float:right"
How should I do??
I have two blocks "events" and "travel".
I want to put the two blocks show in one line in the content top.
one is "float: left", the other one is "float:right"
How should I do??
Comments
Have you tried creating 2
Have you tried creating 2 new regions above your content top that float side by side.
How to create 2 new regions
How to create 2 new regions in the view
Helpful Link
Adding custom regions is not very difficult. Try to follow the instructions in this link: http://drupal.org/node/29139
Let me know if you need any more help.
Mine is 6.8 The article
Mine is 6.8
The article http://drupal.org/node/29139 uses 5.x or 4.7
The process is basically the same
The process is basically the same in D6 mykingla,
You can also check out this post about custom regions http://drupal.org/node/237391.
What theme are you using as your base theme?
If use panel module, is it
If use panel module, is it better or easy
I use the
I use the theme
http://www.drupalsix.org/drupal-themes/bluebreeze?style=bluebreeze
Panels will give you the
Panels will give you the same effect, but my philosophy is that the fewer the additional modules, the better. I will take a look at your theme later tonight to give you some pointers.