• Resolved Yunis777

    (@yunis777)


    Hi,

    For some reason the registration button moved suddenly from left to right. How can I make it position neatly to the left of desktop screen again?

    Kind regards,

    Yunis

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @yunis777,

    Try to add this CSS lines in your custom CSS stylesheet or in Dashboard > Appearance > Customize > Additional CSS (at menu bottom):

    .ur-frontend-form .ur-button-container .ur-submit-button {
        margin-left: initial;
    }

    Hope this helps!

    Thread Starter Yunis777

    (@yunis777)

    No, it doesn’t help. You gave me CSS code with instructions where to put it.I followed it and it still doesn’t work. If you want me to buy what you sell, you’ll have to tell me how to get a clickable form button from the right side to the left side.

    Position of user form button is the same: https://druzal.com/new-registration-registration/
    I entered the code you give me properly without success:
    See screenshot: https://imgur.com/a/aX6JZuY

    • This reply was modified 5 years, 1 month ago by Yunis777.

    Hi @yunis777,

    I’m not the developer of this plugin, just another user like you. Maybe you should add !important to value, this forces use your value over any other:

    .ur-frontend-form .ur-button-container .ur-submit-button {
        margin-left: initial !important;
    }

    However, I have entered your website and I am seeing the button on the left, did you make sure to clear your browser’s cache? You can also try in browser incognito mode to make sure you’re not loading the previous version of your site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Moving user registration button to the left’ is closed to new replies.