css “padding-right” does not work
-
Hello,
I do not understand why the css “padding-right” does not work. The text is pasted to the right border.
.cookie-notice-container {
padding-right: 30px! important;
}I also tested:
# cookie-notice {
padding-right: 30px! important;
}But it does not work.
Other css styles work properly
The topic ‘css “padding-right” does not work’ is closed to new replies.