RD
Rich Dixon
Original poster
Member
#1
I can’t get widget in a row to align…the ALIGN-TOP setting doesn’t seem to have any impact. I’m pretty sure it’s a theme issue…when I switch to a different theme the problem disappears.
You can see it in the header image on this page. Even though the two widgets are set to ALIGN-TOP, they don’t.
Is there a fix? Thanks.
http://frontrangefreedomtour.org/testing2-10/sign-up/prologue-registration/
ST
Spiracle Themes
Original poster
#2
Hello Rich,
This needs permissions to view. Could you provide us permission to view this
Best Regards
RD
Rich Dixon
Original poster
#3
This reply has been marked as private.
ST
Spiracle Themes
Original poster
#4
Hi Rich,
Thanks for the credentials
Try the CSS below
.panel-grid .panel-grid-cell{
vertical-align: top;
}
Copy and paste it in Appearance -> Customize -> Additional CSS
Best Regards
RD
Rich Dixon
Original poster
#5
That sees to solve the problem. Thanks.