Support Article
Font issues in first column of Repeating Grid
SA-9893
Summary
Font sizes in repeating grid is not consistent, first column in the grid is different from rest of them.
It is picking 'Font Family' as Tahoma, and Arial for the rest.

Error Messages
Not Applicable.
Steps to Reproduce
1. Create Skin from Branding Wizard.
2. Add font and text size to the repeating Grid.
Root Cause
The font size for the custom CSS does not get reflected only for the first column of the Repeating Grid.
Resolution
Following is the Local-change:
Include the code snippet below in the Custom CSS class:
div.gridDefault th.cellCont, div.gridDefault li.headerCell {
font-family: 'Arial', sans-serif !important;
}
Published May 21, 2015 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.