Page 1 of 1

Text logo spacing

Posted: 22 Nov 2016, 09:15
by touffu
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

Re: Text logo spacing

Posted: 22 Nov 2016, 23:45
by mjau-mjau
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.
You mean when using the 3D effect with two words? You could go settings -> custom -> custom CSS, and add this:
Code
.logo > .m1 {
  margin-right: 0.1em;
}
Increase the decimal number up if you need to ....