I would like to make my Galleria images 'float:right' so the Galleria is next to other text fields.
I can't find where to edit the css. I tried in the node.tpl.php file to call that field and add a different style to it but that didn't work.
In the Galleria theme I don't know which part to add the code to. I tried .galleria-container but then the Galleria just came out in two parts, the box at the top and the photos in another place on the page.
I would have thought this was pretty simple to do. Does anyone know how to do it?
Thanks.
Comments
Comment #1
kroimon commentedThis hardly depends on the theme and it's CSS.
I haven't done that yet so can't help you with that, sorry.
If you found a way to do it, please share it here.
Comment #2
LTech commentedI added
.galleria-content {
float: right;
}
to the file sites/all/libraries/galleria/themes/classic/galleria.classic.css
Comment #3
kroimon commentedThanks for sharing that for future questions. I'll close this issue for now.