• Resolved zannw

    (@zannw)


    Hi there!

    Can someone please tell me how to horizontally align these 2 bus elements center?

    I tried this
    <center>[wbtm-bus-list cat=”show=”]</center>

    But it only center’s the content of each element?

    Thanks in advance

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Md. Abdullah Al Mahim

    (@aamahin)

    Please go to Customize -> Additional CSS then paste this CSS code into the box and save it.

    .wbtm-bus-lists {
        width: 32%;
        float: none;
        border: 1px solid #ddd;
        margin: 5px;
        padding: 5px;
        display: inline-block;
    }
    Thread Starter zannw

    (@zannw)

    Thank you it worked 100%!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Aligning Bus Modules’ is closed to new replies.