Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
I'm currently experimenting with the image gallery. But I'm encountering a problem I can't find a solution for. You can set the number of columns to any number you want. But some things don't work. Five columns, for example, work. Six columns don't work; the browser preview only displays five columns, and the sixth image moves to the next row. Seven columns work correctly again. Eight columns, on the other hand, don't work; the browser preview only displays seven columns, and the eighth image moves to the next row. Nine columns work correctly again. Ten columns work too. I haven't tested with more columns. So, specifically: Six columns and eight columns don't work. Is there a solution for this? Because I would need exactly six columns. |
||||
|
You are right, just tried it out - that's strange. I'll have a closer look and see what might be causing this. |
||||
|
Update: It's a small error in RocketCake, will fix this in the next update. If you want to fix this for your website manually before the release, you can do this too: For 6 columns, search for a value in your CSS style sheet looking like this: width: 17%; And replace it with this: width: 16%; Alternatively, you can easily override this in RocketCake by clicking View -> HTML Code -> Additioncal CSS styles and enter: div.galleryimgcontainer { width: 16% !important; } |
||||
|
Alternatively, you can easily override this in RocketCake by clicking View -> HTML Code -> Additioncal CSS styles and enter: div.galleryimgcontainer { width: 16% !important; } Thanks for the tip. That worked so far. Unfortunately, the browser now ignores the corresponding adjustments to three, two, and one columns. It still works in the Rocketcake window. |
|