Page 1 of 1

centering the moon img

Posted: Monday 17 February 2020 12:14
by smaus
how can i center the moon picture in the block?

Re: centering the moon img

Posted: Monday 17 February 2020 12:50
by clinkadink
If you add key: 'moon' to your moon block, you can apply css to it in your custom.css.

Code: Select all

buttons.moon = {
  key: 'moon',
  width:12,
  isimage:true,
  refreshimage:60000,
  image: 'moon'
}
I haven't tried is, as I don't use the moon block. But you may start with trying this:

Code: Select all

[data-id='moon'] {
  text-align: center;
}

Re: centering the moon img

Posted: Monday 17 February 2020 12:57
by smaus
Great thanks, its working.

I'm learning more and more