Passer la navigation

[Résolu] Vertical align elements on a grid

This support ticket is created Il y a 2 years, 1 month. There's a good chance that you are reading advice that it now obsolete.

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 -

Fuseau horaire du supporter : Asia/Karachi (GMT+05:00)

Ce sujet contient 1 reply, a 2 voix.

Dernière mise à jour par Waqar Il y a 2 years, 1 month.

Assisté par: Waqar.

Auteur
Publications
#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 lien caché

#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.