Custom CSS (Add padding)

QuestionsCustom CSS (Add padding)
Jim Bell asked 4 years ago

How do I change the padding of all columns? I assume that it would be done with CSS.

The left/right padding in the grid is a bit small. I would like to make it slightly larger

1 Answers
Abu Ghufran Staff answered 4 years ago

You can try adding this style after include CSS files.

/*content*/
.ui-jqgrid tr.jqgrow td { padding-left: 10px !important; }

/*header*/
.ui-jqgrid .ui-jqgrid-htable th div { padding: 6px !important; }

_________________________
Abu Ghufran - Dev Team
Grid 4 PHP Framework
 
Your Answer

14 + 16 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?