Centering The Grid

Website: http://www.nerdhunk.com/

as you can see, the bottom two grids align to the left and I need them center. How do I do this?

Hi @xbustercannon,

Thanks for writing in.

Add this in your custom CSS:

.page-id-8 .tg-grid-wrapper  {
    left:0 !important;
}

.page-id-8 .esg-grid .mainul{
   width:60% !important;
}

Let us know how it goes.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.