• https://snipboard.io/XWc2fy.jpg

    How do I make buttons inline layout? It seems there is “something” in the Customizr CSS making buttons display as block elements.

    button.dbj_button {
    	display:inline !important;
    	margin:4px !important;
    }

    That is the simple CSS I have right now for those buttons.

    If, I add float:left; I get this:

    https://snipboard.io/OnyBR0.jpg

    Please advise.

    • This topic was modified 5 years, 1 month ago by DBJ. Reason: updated
    • This topic was modified 5 years, 1 month ago by DBJ.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter DBJ

    (@dbj)

    Adding the outer div css:

     div.dbj_container {
    	/* border: 2px dotted; */
    	display: inline-flex !important;
    }

    works but is not responsive …

    https://dbj.org/quick-jump/

    • This reply was modified 5 years, 1 month ago by DBJ.
Viewing 1 replies (of 1 total)

The topic ‘howto achieve button inline display’ is closed to new replies.