This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Vertically align all images in row

Resolved 5 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hello,
I’m using the Vantage theme/page builder and am trying to get five images in the footer all to be vertically aligned in their row. The way I currently have it set up is that, in the footer, I have the Layout Builder widget with one row that has five columns. Each column has its own image. I’d like each image to be vertically aligned with the row but am having some trouble doing so. Any assistance would be greatly appreciated!
Here is an example of how I would like it to look…
http://inslp.net/wp-content/uploads/2015/08/shot.jpg

URL: http://inslp.net

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 10 years, 6 months ago

    Hi Crazyrawkr

    Thanks for reaching out.

    It’s a bit of work to redo but I would do this by inserting five Visual Editor widgets straight into the footer widget area. Add one image per widget.

    I can help with tweaking the alignment once that’s done.

  2. crazyrawkr 10 years, 6 months ago

    Hi Andrew,

    Thanks for the reply! I’ve gone ahead and done what you suggested.

  3. Andrew Misplon Staff 10 years, 6 months ago

    Thanks. Insert the following at Appearance > Custom CSS. That should do the trick:

    /* Footer */
    #footer-widgets .widget {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }
  4. crazyrawkr 10 years, 6 months ago

    That worked perfectly, thank you, Andrew!

  5. Andrew Misplon Staff 10 years, 6 months ago

    For sure :) Glad we could help.

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.

Have a different question or issue?

Start New Thread