Sök i databasen
-
CSS
-
Themes
-
Plugins
- Change Product Description Tab and Titles in WooCommerce
- Hemsida dålig laddtid vid besök första gången
- Elementor Posts Widget Title Length
- Browser downloads file when opening a page
- Greatly Improve the Entrance Animations
- WooCommerce Tabs as Accordion
- Align checkboxes to the right
- Widget Panel Not Loading
- Elementor Scroll Offset Menu Anchors
- Elementor List Icon fix
- MAINWP – Kod för att se Server-IP
- Locked out from Updraftplus Dashboard
-
Wordpress
-
Server
-
Windows
-
Browsers
-
WooCommerce
< All Topics
Print
Align checkboxes to the right
Posted2024-06-12
Updated2024-06-12
#fluentform_5 input[type='checkbox'] {
float: right !important;
margin-left:10px;
}
#fluentform_5 input[type='checkbox'] {
float: right !important;
margin-left:10px;
display: inline;
}
/* If needed, change display: inline-block to
display: inline;*/