• Resolved sahbouni28

    (@sahbouni28)


    Hello there
    Could you please help me with changing the button position?
    The default button is on the left side and I want change it to the center (some CSS or something).
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Wp Enhanced

    (@wpenhanced)

    Send me a link to the page and I will see if we can help

    Thread Starter sahbouni28

    (@sahbouni28)

    thanks for the reply.
    Here is my website & here is an example for the product page.
    & also include the message error in case the download limitation is exceeded.
    I want all that (The message error & the button) in the center, is it possible @wpenhanced?

    Plugin Author Wp Enhanced

    (@wpenhanced)

    Cool

    Add this CSS

    .somdn-download-wrap form {
    text-align: center;
    }

    When do they get the error message? How many downloads?

    Thread Starter sahbouni28

    (@sahbouni28)

    Thank you for the small code, it works for me but still the case of the message on the right side, the border is aligned far to the right
    After 2 downloads per IP Address sir
    I have the pro edition of the plugin
    thanks in advance @wpenhanced

    • This reply was modified 2 years, 3 months ago by sahbouni28.
    • This reply was modified 2 years, 3 months ago by sahbouni28.
    Thread Starter sahbouni28

    (@sahbouni28)

    I hope you can check this for me & help me with this border thing (I mean the download notification message error, you can see it after 2 downloads attempts)

    Plugin Author Wp Enhanced

    (@wpenhanced)

    Thanks – this is not to do with our plugin but your theme – it would be custom CSS

    Something like this – but its not perfect, sorry this is beyond support

    .woocommerce-info, .woocommerce-error, .woocommerce-message, .woocommerce-thankyou-order-received {
    justify-content: center;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘changing the button position’ is closed to new replies.