By cmcguinness on
Hi,
I work for a voluntary agency and we can't for the life of us fix this simple problem, i.e. get the panels on the homepage to run horizontally rather than vertically - see, www.theclubhouse.ie
I have already posted about this under a different title - 'help with views panels' - that post is below.
Thanks in advance for any help.
Ciaran
Hi,
I want to have three views panels in the main content area on the homepage of my voluntary organisations website - www.theclubhouse.ie - I need the 'Kudos for Kid's' boxes to float across the page horizontally in a single row.
Anyone any suggestions please?
Thanks
Comments
...
You should be able to float them left and add a margin-right for a gutter.
Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.
Add CSS to the main content.
#main {
float: left;
width: 715px;
}
I think you mean...
I think you mean...
Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.
Thank you
Perfect and thank you very much!
C.