1. PROMO Upgrade to Pro Membership @ $99 / Lifetime & access all our 16+ premium Divi extensions: Divi Block, Carousel Toolkit, etc.LEARN MORE
Dismiss Notice
NEW Divi.Help Pro Carousel AI Toolkit - Magically turn your Divi design into carousel, simply by using our online toolkit. No plugins needed. Now it works with Divi 5 as well!Try our carousel AI toolkit
BEST Divi Block - A revolutionary drag & drop tool to easily mix & match 960+ premade blocks (Light & Dark) to kick start your Divi site design. Special module designs are included as well. Also newly added AI generator & color. Now it works with Divi 5 as well!
Learn More About Divi BlockFree Version ~ 340+ Free Blocks

Buttons not aligning side by side

Discussion in 'Free Divi Community Forum' started by jackhood6, Jan 10, 2021.

  1. jackhood6

    jackhood6 New Member

    https://ce-tech.info/product-category/accessories/

    As you can see on this page, only one column is aligning my buttons side by side, even though I have my CSS class inserted into every column

    and then in main theme custom CSS i have:

    /* Buttons side by side for header */
    .btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    padding-bottom: 20px;
    margin: 0 10px;
    }

    .btn-inline {
    text-align: center !important;
    }
     
    1. PRO MEMBER PERKS Divi Block Pro - Easy-to-use drag & drop interface to mix & match 456+ premade Divi blocks & export as json file:Learn More
  2. Divi.Help

    Divi.Help Administrator
    Staff Member

    I don't see any button on your site.

    Usually, if it didn't align side by side after applying display:inline-block, then most likely it's because your column is not big enough to fit 2 buttons.