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

kroimon’s picture

Title: display Galleria float right » Display Galleria float right
Component: Code » Miscellaneous

This 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.

LTech’s picture

I added
.galleria-content {
float: right;
}
to the file sites/all/libraries/galleria/themes/classic/galleria.classic.css

kroimon’s picture

Status: Active » Fixed

Thanks for sharing that for future questions. I'll close this issue for now.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.