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 widget text and images

8 years ago

Hi, I want to vertically align the widget text and images.

So far I’ve been using this for each panel I need vertically centered:

#pgc-4-0-1.panel-grid-cell {
display: inline-block;
float: none !important;
vertical-align: middle;
}
However, I’d like a more general solution so I won’t have to insert so much custom CSS in the page. Maybe something like this:

.panel-grid-cell {
display: inline-block;
float: none !important;
vertical-align: middle;
}
However, this is not working properly, so I must be missing something. I’d appreciate some help.

Cheers!

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

Need fast email support? Get SiteOrigin Premium

Have a different question or issue?

Start New Thread