Account downloads

Hi there,

I am having issues with the “account downloads” section as you can see in the picture down below:

The notification section and button is messed up

Hello Katarina,

Thanks for writing to us.

To align the button properly you need to add this custom CSS Pro/X—>Theme Option —>CSS

.woocommerce-account .woocommerce-Message.woocommerce-Message--info.woocommerce-info a.woocommerce-Button.button {
    position: relative;
    bottom: 10px;
} 

Please have a look at the given screenshot in the secure note. The given code would align the button like this.

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

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