The spacing in this page is not pretty. The asterisk for mandatory fields are on the other side of the form input field when they should be next to the text label. The vertical spacing is only between the fields and not the text labels with the grey background. There is no small spacing between the text and the input field and last but note least, I'd like to remove the URL input field all together.
No need to worry about the 'URL' I removed with this css:
.k2AccountPage #url, .k2AccountPage #urlmsg { display: none; }
I put it in the custom.css of the template. But the rest I need help with.
Spacing like this would be nice: https://www.joomdonation.com/login-register.html
Hi,
Try to add the following custom css code:
.itemid-115 .k2AccountPage table.admintable td.key { padding-right: 10px; border-right: 0; border-bottom: 0; }
Cheers Joshua
The * is not next to the text but on the other side of the input form field container but I can compromise on it. Looks really good. Solved.
Thanks for the update
I'll mark this resolved
Cheers Paul