Crazy thing in the model of the Header builder

Hi Team X… Aaaah getting frustrated in a tiny tiny thing overhere.
Building in the header builder something, but for some reason the ‘close button’ jumps and I’m not able to change that… Or I can’t seem to find.

Made a screenshot of the problem.

Do you have a clue? Whats is wrong.

Thanks in advance (url is www.elletens.nl)

Hey Patrick,

I have just checked your site and these is a block of code that is adding a padding to buttons which is causing the shift in the modal close button:

Try updating the code to:

button:not(.x-modal-close):hover {
    background-color: white;
    border-radius: 5px;
    Font-family: "ff-meta-headline-web-pro",sans-serif;
    font-size: 16px;
    border: none;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: rgb(249,126,181);
    margin-top: 10px;
    padding: 0.75em 1.5em 0.75em 1.5em;
}

Kindly note that since this is a custom code that changes the default behavior/display of the theme, you will be responsible to maintain or update the code in case you require further changes or if the code stops working in future updates. If you are uncertain how to proceed, it would be best to get in touch with a developer.

Hope this helps.

That did - after minor change in padding and background :slight_smile: - the job.

Thank you so much Jade.

Stay safe

Best, Patrick

Glad to hear it’s sorted, Patrick.

Stay safe and healthy as well. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.