Skip to main content
Solved

This button is triggering my OCD

  • October 25, 2021
  • 2 replies
  • 43 views

Onomatopoeia
Forum|alt.badge.img

Hi everyone,

Super, super minor snag but it’s eating at me.

The padding on the LOGIN button is not the same on the left and the right side. There is more empty space on the left than there is on the right. 

Is there any way I can change this?

Best answer by olimarrio

Hi @Onomatopoeia :v: ,

I’ve added some custom CSS so that this is now centralised:

.header-login-button {
padding-right: 20px;
}

You can find this in Theme → Custom CSS (I’ve commented what the effect of this is above the code).

2 replies

olimarrio
Forum|alt.badge.img+5
  • Gainsight Employee ⭐️
  • Answer
  • October 25, 2021

Hi @Onomatopoeia :v: ,

I’ve added some custom CSS so that this is now centralised:

.header-login-button {
padding-right: 20px;
}

You can find this in Theme → Custom CSS (I’ve commented what the effect of this is above the code).


Onomatopoeia
Forum|alt.badge.img
  • Author
  • Helper ⭐️⭐️
  • October 25, 2021

@olimarrio you are a true gentleman. Thank you so much.