Can I move close button?

Is it possible to move the close X in a module? I want to move it into the white space on the module as indicated by the red line.

I tried the following code posted in a similar article but could not get it to work
@media (min-width: 993px){
$el.x-modal .x-modal-close {
color: hsl(0deg 0% 0%);
position: absolute;
left: 54em;
top: 54px;
}
}

Hello @waynepatt58,

Thanks for writing to us.

I checked the code on my local site it seems that it is working at my end. Please make sure you have added the custom CSS code on the element —>customize ---->Element CSS. If it is not working please share the exact page URL so we can check it.

Thanks

here is what I get;


cleared the cache but still the same, I need it to work on all screen sizes although this section is only displaying on mobile currently.
attached login details

Hello @waynepatt58,

To move the close button, it is best that you check out this old thread:

Alternatively, you can also check out this other old thread:

Best Regards.

Kindly let us know how it goes.

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