Search…

X3 Photo Gallery Support Forums

Search…
 
touffu
Topic Author
Posts: 6
Joined: 22 Oct 2008, 06:11

Text logo spacing

22 Nov 2016, 09:15

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Text logo spacing

22 Nov 2016, 23:45

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 ....