CSS change of button position
-
I have a tab ‘downloads’ on product pages. However, the download button is too much to the top of each row. The space between the separator line should be equal top and bottom. But the bottom has some good spacing while the top seems to have just a 1px spacing.
I tried some custom CSS to change the top-margin of the button but already from 1px top-margin the whole layout is broken with the buttons totally out of place.
Hello,
One of your plugins influences the position of the button: https://gyazo.com/57094725dbd7ec2077b8a47bbb0fd1f7
Please add this code to the Theme Settings > Custom CSS > Global:
body .tab-download-container .button_download {
margin:10px 0 15px 0;
}
You will get such a result: https://prnt.sc/w0d2jm
Alternatively, check the site with the deactivated plugins that are not related to the theme.
Best Regards