Hello
This is the “pages” item and we see the logo endlessly repeated instead centered. This worked with older releases so far i remember. Probably a bug?
Thanks!
Hello
This is the “pages” item and we see the logo endlessly repeated instead centered. This worked with older releases so far i remember. Probably a bug?
Thanks!
Hello
Thanks, but 2.2.5 and the update to 4.3.5 didn’t solve this issue.
I cleared any caches ot the browser too.
Cheers
Hmm, ok. I cannot reproduce it on the latest version.
Do you have any custom CSS added in the backend panel or anything like this?
Hi @daftspunk
I don’t use custom CSS.
Aside from the logos, I haven’t made any changes to the backend.
The update to 4.3.7 didn’t change anything either.
Thanks!
Same here on 4.3.7. The issue happens when the logo is smaller than the container.
This class is managing the backgound-image and per browser’s default it’s just repeating.
.oc-logo-transparent {
background-image: url('https://d2f5cg397c40hu.cloudfront.net/website-static-files/images/october-color-logo-v1.svg') !important;
}
.oc-logo-transparent {
background-repeat: no-repeat; // stop repeating
background-position: center center; // centering
}
Thanks for the extra details. These classes are already applied in the latest version (v4.3.7)

I wonder why yours does not get them?
edit: Oh I see, the RainLab.Pages plugin needs an update. Please try updating to v2.2.6 of the plugin.
The update solved the issue.
Thank you!