Home Forums Basel support forum CSS change of button position

CSS change of button position

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #249637

    Michiel
    Participant

    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.

    #249889

    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

Viewing 2 posts - 1 through 2 (of 2 total)