Skip Navigation

[Resolved] Labels appear below checkbox

This support ticket is created 4 years, 10 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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10: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/Kolkata (GMT+05:30)

This topic contains 3 replies, has 2 voices.

Last updated by Minesh 4 years, 10 months ago.

Assisted by: Minesh.

Author
Posts
#1675827
CWS_Website_Search_issue-1.jpg

I added 4 columns to my search page. Three columns include checkboxes and their labels. The problem is the labels appear just under the checkboxes, almost overlapping (see attached image). I want the labels next to the checkboxes. Also the radio button (on the left) is too close to the label.

I have inspected the element in Chrome and tried different CSS and nothing seems to work. I also tried placing <span> in different areas of the search filter code.

I am using Elementor and the OceanWP theme.

The filter was added using the standard "New filter" button on Search and Pagination. I did search on here first for possible results. I do not find references to field labels under the checkboxes.

Thank you for your help.

#1676409

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

It seems you need to add some custom CSS to adjust the checkboxes lable but I will require problem URL where I can see the issue.

Can you please send me problem URL and access details.

*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.

I have set the next reply to private which means only you and I have access to it.

#1676425

Hello thank you for checking this. The URL is below. I have not made a backup yet but am in the process of it now. It is a demo/build site so there is not much on it yet.

hidden link

As soon as my backup is complete, I will forward your login information if that is still needed. Thank you again.

#1676433

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Can you please edit your view and within the "CSS Editor" section try to add the following CSS:

.form-check input[type="checkbox"] {
margin:0px !important;
}
.form-check .form-check-label {
text-indent: 22px;
}

- You can adjust the text-indent value as per your requirement.