Hello Karl
Thanks for this great release.
About text logo spacing, I was wondering if there was any way to increase space between 2 words when you use a 2 words text logo configuration.
Thank for what you can do.
Regards
Ben
X3 Photo Gallery Support Forums
You mean when using the 3D effect with two words? You could go settings -> custom -> custom CSS, and add this:touffu wrote:About text logo spacing, I was wondering if there was any way to increase space between 2 words when you use a 2 words text logo configuration.
.logo > .m1 {
margin-right: 0.1em;
}