Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Michael Deroche
18
Views
3
Comments
Changing grid column class names
Question
When I use the built-in OutSystems grid system, it applies the following classes to the <div> that represents the container:
ThemeGrid_Width3 ThemeGrid_MarginGutter
Is there any way I can specify the format of the first class?
Instead of "ThemeGrid_Width
N
" where
N
= an integer between 1 and 12, I'd like it to be "col-md-
N
". Is this possible?
Thanks,
Mike
João Rosado
Staff
Hi Michael,
The grid class names are not configurable.
What is your requirement? Page size? or you want to use some framework to override them?
The current names were actually choosen in a way to avoid any clashs/incompatibilities with other existing frameworks.
Regards,
João Rosado
Michael Deroche
Thanks for the response João.
I was hoping to use Bootstrap since I use it for everything else (tables, buttons, lists, etc...), but I will try to use a mix of Bootstrap and OutSystems styles.
Joao Mateus
I found a workaround for a simular issue. When I copied some webblocks into separate eSpaces the IDE didn't recognize the original grid type. I had to switch each div from its x col value to another value and switch back to the original. After that the "ThemeGrid_MarginGutter" was again applied.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...