Home>Support>Align buttons at the bottom

Align buttons at the bottom

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hey guys,

I inserted one row with 4 columns on a page and added four text widgets and four buttons under these text widgets. My problem now is that the buttons are not in the same place because the text isn’t exactly the same in every text widget.

I tried adding two rows with 4 columns each and adding the buttons in the second row solves the problem on desktop browsers but it destroys the layout on a mobile device since the buttons will be put under the text. So, first thing you see is four texts and then four buttons if you scroll down.

Here’s a screenshot of the buttons without horizontal alignment: http://prntscr.com/4blgcz
I just want them to be in one row but without destroying the mobile view.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    Hi Philipp

    Thanks for running Vantage and Page Builder.

    There isn’t an easy fix within Page Builder to handle a situation like this right now. You’d have to use CSS to specifically set the min-height for those text widgets on that page. I’d do it by putting the text in a div:

    <div class="text-control">I wrap my text in this div in each widget. I can call the class anything I like by something semantic is nice.</div>

    Then under Appearance >Custom CSS:

    .text-control {
    display: block;
    height: 400px;
    }

    Adjust the height as required.

  2. 10 years, 10 months ago Philipp

    Works fine. Thank you!

  3. 10 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Super, glad that helped.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More