Comments 2Ushir Shah started the conversationSeptember 16, 2020 at 2:06pmThe white space between edit of screen and text too thin. Is there css code I can enter here that will allow me to increase the padding on this?Please see image attached. Thank you 2,572Aleksandar repliedSeptember 17, 2020 at 7:17amI believe so, Ushir, but can you please mark which space you're referring to in that screenshot?I don't understand what you're trying to increase.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables 2Ushir Shah repliedSeptember 21, 2020 at 9:08amThank you 2,572Aleksandar repliedSeptember 22, 2020 at 8:06amI see Ushir, thanks for the video explanation. To do that, my advice would be to add a Media Query CSS, so something like this: @media only screen and (max-width: 600px) { .amelia-app-booking #am-service-booking .am-service .am-service-info { padding: 10px !important; } }So, this would only apply to screens below 600px in width.Kind Regards, Aleksandar Vuković[email protected] Rate my support wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community You can try wpDataTables add-ons before purchasing on these sandbox sites: Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables Sign in to reply ...
The white space between edit of screen and text too thin. Is there css code I can enter here that will allow me to increase the padding on this?
Please see image attached.
Thank you
I believe so, Ushir, but can you please mark which space you're referring to in that screenshot?
I don't understand what you're trying to increase.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
I see Ushir, thanks for the video explanation.
To do that, my advice would be to add a Media Query CSS, so something like this:
So, this would only apply to screens below 600px in width.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables