Skip Navigation

[Resolved] Is there a way to decrease spacing in the highlighted area of the attached image

This support ticket is created 4 years, 5 months ago. 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 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by Luo Yang 4 years, 5 months ago.

Assisted by: Luo Yang.

Author
Posts
#1741033
TS-Example.jpg

this would be for mobile

hidden link

#1741555

Hello,

You can try below CSS codes:

div.tb-grid{
	grid-row-gap: 0px;
}

More help:
hidden link

#1741977

This worked, but also made the rows of the results (images) decrease as well. Is there no CSS that isolates only the search fields?

#1742741

You can specific the field name in CSS codes, like this:

input[name="wpv_post_search"]{
/** Here setup the CSS codes for "Find A Recipe" input box **/
}

More help:
hidden link