Skip to main content

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?

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


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


Reply