Skip Navigation

[Resolved] Vertical align elements on a grid

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 1 reply, has 2 voices.

Last updated by Waqar 1 year, 1 month ago.

Assisted by: Waqar.

Author
Posts
#2696372
SCR-20240508-mxdl.png

Hi, I have created search filters using a grid. I want to align the submit button to the bottom. Could you help? Thanks. My website is live at hidden link

#2696385

Hi,

Thank you for contacting us and I'd be happy to assist.

In your view's custom CSS, you can include the following:


@media only screen and (min-width: 600px) {
.wp-block-toolset-views-custom-search-container .wpv-submit-trigger {
    margin-top: 26px;
}
}

This should do the trick and let me know if you need further assistance.

regards,
Waqar

#2696387

Hi, thank you! This is solved. I went with 29px to be exact.