padding/margin size
-
hello,
i want adjust the space area on both right and left on the post to zero space.
i add this script to additional css:@media screen and (max-width: 1023px) {
.site-header, .site-main > article {
padding-bottom: 0;
margin-bottom: 0;
}
.site-footer {
padding-top: 0;
margin-top: 0;
}
}it is work in preview, but after I publish it, it is reset the padding size.
what should I do?
I adjust in elementor content width and it doesn’t work.The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘padding/margin size’ is closed to new replies.