Skip Navigation

[Resolved] Split: Checkboxes positions

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.

This topic contains 3 replies, has 2 voices.

Last updated by Christopher Amirian 4 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2708997

Excellent!
I had a problem in the past that was partially resolved
Here is the link to the card https://toolset.com/forums/topic/right-to-left-language/
You have fixed the checkbox so that it is on the right side
But the problem is that the text starts together below the checkbox cube!?
Attach a picture
The link to the page is hidden link
Thanks in advance

#2708998

Christopher Amirian
Supporter

Languages: English (English )

Screenshot 2024-07-23 at 16.39.42.png

Hi there,

I tried to check the page but unfortunately, I do not see any checkboxes there.

Thanks.

#2709278

Sorry
The post has been set for subscribers only
Now it's also for the guest

#2710217

Christopher Amirian
Supporter

Languages: English (English )

Hi there,

Thank you. Please add the CSS code below to your theme and it should work ok:

.cred-form input[type="checkbox"].checkbox, .cred-form input[type="radio"].radio {
	position: relative;
	right: -20px
}

Thanks.

#2710378

The solution is excellent
But can't the problem be solved in general,
That there will be no need to add code on every site?