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.

Center-align Post Loop Grid

11 years ago · Last reply by Andrew Misplon 11 years ago

Hi,

Firstly, love the updated PageBuilder.

Just wondering how I can center align the post loop grid items, like at the bottom of this page: http://www.naturespy.org/camera-trap-services/

You can see the three items are aligned left. I’ve tried text-align: center; in CSS but to no avail.

Help would be greatly appreciated.

Thanks,

James

URL: http://www.naturespy.org/camera-trap-services/

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

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 1 month ago

    Hey Nature Spy, good to hear from you. Glad to hear PB 2.0 is working out for you, thanks for the continued support.

    Let’s try the following:

    .vantage-grid-loop {
    text-align: center;
    }
    .vantage-grid-loop article {
    float: none;
    width: 24%;
    display: inline-block;
    vertical-align: top;
    }
  2. Nature Spy 11 years, 1 month ago

    Perfect Andrew – thanks for your help, much appreciated.

    James

  3. Andrew Misplon Staff 11 years, 1 month ago

    For sure, glad that did the trick.

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