Dane wrote:i see, that the title is not perfect centered.
This is a really just a bit of a coincidence as the cards themselves have specific margin, which affects the text, but this margin is not identical to the space between the text and image. You would probably see this is more natural if you have descriptions and/or the text BELOW the image (which is more normal when using card layouts). In my opinion, one of the reasons to use "card" in the first place, is if you have descriptions, as it makes it easier to read.
https://demo.photo.gallery/examples/folders/columns/
You could use custom CSS:
.card .title {
margin-bottom: 1rem;
}
Dane wrote:Another point in relation to Cards, in mobile mode it looks like this:
That's because under gallery grid settings, you have assigned fixed columns amount 3 instead of default 3,2,1 (3 for large screens, 2 for medium, 1 for small). Or instead use "Set Column width", which means columns would automatically break and depend on the screen size. Needless to say, if you just set static value 3, it won't look good on mobile, especially card style with captions.