Search code examples
twitter-bootstrapcenter

How to center elements within a span with bootstrap


I would like to know how can I center the items in a span ( with bootsrap ) so as to have a good effect with mobile devices.

Thanks in advance


Solution

  • How about pagination-centered class

        <div class="myspan1 pagination-centered">
          <button class="myclass1">
            WHATEVER
          </button>
        </div>