Adjusting Global Container Padding on Mobile Devices
-
Hello. I’ve observed that the following default padding values are being applied when viewed on a mobile device:
.ast-separate-container #content .ast-container { padding-left: padding-right: }
I’m interested in increasing these values. Although I’m capable of modifying them using CSS, I’m encountering some Cumulative Layout Shift (CLS) issues.
Does anyone know the proper method to adjust these values?
Thank you for your help in advance.
- The topic ‘Adjusting Global Container Padding on Mobile Devices’ is closed to new replies.