Navigation überspringen

[Gelöst] Split: Checkboxes positions

This support ticket is created vor 1 year, 10 months. 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.

Dieses Thema wurde abgetrennt von https://toolset.com/de/forums/topic/taxonomy-3/

Dieses Thema enthält 3 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von Christopher Amirian vor 1 year, 10 months.

Assistiert von: Christopher Amirian.

Author
Artikel
#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 versteckter Link
Thanks in advance

#2708998

Christopher Amirian
Unterstützer

Sprachen: Englisch (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
Unterstützer

Sprachen: Englisch (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?