• Resolved sunspots

    (@sunspots)


    I would really like to be able to put 2 download buttons side by side – in CSS I changed the display to inline-block, which I thought would let me do this (I tried several display options but nothing worked). The button extension also doesn’t seem to enable this. Any suggestions? Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    This would require some additional custom CSS. Can you please share a link where you have added 2 buttons next to each other?

    Thread Starter sunspots

    (@sunspots)

    I created a test page and 2 test download pdfs because my buttons are on a course behind a login. The issue is the same though. Here is the test page – https://www.carpediemsailing.com/test-buttons/. This is the only content on the page:
    [download id=”1970″][download id=”1975″]

    Hello,

    The button is set to take the full width of the space it’s placed in. You will need custom CSS to give them 50% width and change their display setting to “inline-block”.

    If you are using the new WordPress editor, then you can simply create 2 columns and place the button in the individual columns.

    Thread Starter sunspots

    (@sunspots)

    Thank you, the 50% width works but inline-block still does not put them side by side.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘2 download buttons side by side’ is closed to new replies.