Hello
Not sure this is a CSS related question but I couldn't find a settings to change the alignment of the breadcrumb menu... I would like to align it left... same is the left side of the image thumbnails... is it possible ?
X3 Photo Gallery Support Forums
This is normally fine, as long as you have only title and description with large blocks of text "content", which may appear too wide. So to achieve this in general, you would assign the same WIDTH option to the CONTEXT module, as the one you use for galleries. This would be done from Settings > Page > Context, assuming you want to set it globally and all your galleries also use the same width.petri71 wrote:The solution to have same width for gallery and context is the one I like the most and is exactly what I wanted. I should work fine as all my galleries have the same setting...
.x3-breadcrumbs {
float: left;
}