Version 2.0.1 add padding on the frontend in my theme
-
Hi there.
The new version 2.0.1 adds an additional padding to the right and left on the frontend with the Generatepress theme.It seems that the front.css file located at:
wp-content/plugins/wp-gdpr-compliance/Assets/css/front.css
is overwriting these values in my theme:Line: 798
.grid-container { padding-right: 0.9375rem; padding-left: 0.9375rem; max-width: 75rem; margin-left: auto; margin-right: auto; }
The right and left padding with value: 0.9375rem is the cause of the problem.
Why did they add so much CSS code to the new version making it heavier and breaking the site?
The previous version worked perfect.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Version 2.0.1 add padding on the frontend in my theme’ is closed to new replies.