Skip Navigation

[Resolved] When added as a Search Field, checkboxes from custom fields cover the text

This support ticket is created 2 years, 11 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/Karachi (GMT+05:00)

This topic contains 4 replies, has 2 voices.

Last updated by eloiseT 2 years, 11 months ago.

Assisted by: Waqar.

Author
Posts
#2040389
Screen Shot 2021-05-03 at 2.58.37 pm.png

Tell us what you are trying to do?
The text starts under the checkboxes and I would like it to start next to them.
It displays correctly in the backend. The problem appears on the front end only.

#2040617

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Hi,

It is strange and can you please share a link to an example page where these checkboxes can be seen?

regards,
Waqar

#2040673

Hi Waqar,

It's on the homepage of my site: hidden link (I shared the password in another thread - this one won't let me do it privately)

#2041415

Waqar
Supporter

Languages: English (English )

Timezone: Asia/Karachi (GMT+05:00)

Thanks for writing back.

It seems there is some style conflict with the styles from the OceanWP theme and the Bootstrap library, involving the checkboxes.

To overcome this, you can include this custom CSS code in the view:


.wpv-filter-form .wpv-custom-search-filter .form-check .form-check-input {
	margin: 3px 2px 0px -10px;
}

.wpv-filter-form .wpv-custom-search-filter .form-check .form-check-label {
	margin: 0px 0px 0px 12px;
}

#2042029

My issue is resolved now. Thank you!

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.