I am wondering how I could create a grid layout for my components grouped by region where each group is a region and has the same components for each region/group. I am looking for something like this:
https://status.mypurecloud.com/
I am going to say I am no css/js/html expert, although I do understand it at a level enough to write/modify code, the way to modify with custom css/html/js provided in the status page is utterly and completely lost on me. I don't even know where to begin. I have looked at the following (only 2 questions with similar answer, the snippets page is of little help either - https://bitbucket.org/atlassian/statuspage-sample-customizations/src/master/2_column_component_js/2_column_component.html
Similar topics -
Would really appreciate a way to get started with how to create this grid view of components dynamically.
Hi @alexander_fichel -
Thanks for reaching out! We don't have any examples of these type of layouts from a code perspective since we recommend our customers have a front end developer on their side handle heavy customizations.
One thing I will say is you'll need to leverage CSS border and padding properties to accomplish the grid layout. You or your front end developer will need to add a few div class containers in the "Custom Header HTML" section we provide to change your elements to the preferred grid layout. Once you add the div class containers, you can use the "Custom CSS" section to add the border and padding properties for your div classes.
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.