Is there a way to control the spacing between radios?
In column orientation they use a lot of real estate
Thanks
Ross
Is there a way to control the spacing between radios?
In column orientation they use a lot of real estate
Thanks
Ross
Here's how to figure it out:
.ia_radioGroupComponent_radioWrapper {
padding: 10px;
}
Change the padding to something like 2px and save. It should now update in Designer. If you go back to the browser and Update in the popup you should see the modified layout.
The way this works is that the Advanced Style Sheet loads after the main theme has been loaded. The last loaded of any duplicate style classes is the one that is applied so it overrides the main theme CSS.
Thank you
Where do I find:
Project Browser | Perspective | Styles | Advanced Style Sheet
Is this in designer? If so, can’t find it
What version of Ignition are you using? Advanced Stylesheets were released in 8.1.22, so if you're using an earlier version you won’t have access.
But yes, they're in the designer
I’m using 8.1.36 (b2024010211)
Sorry, I didn’t find it yet
Searching for "Advanced Style Sheet" in the docs would lead you to Style Classes | Ignition User Manual, which says:
Changed in 8.1.22
Users with extensive background working with CSS are now able to fine tune styling by modifying the Advanced Stylesheet resource. The stylesheet is an advanced feature and is not placed by default. To enable the Advanced Stylesheet, right-click on the Styles folder and select Enable Advanced Stylesheet.