Can anyone help me with a problem of reducing the spacing of the boards in the home page, the actual spacing is 40px and I want to reduce it to 20px. thank you all very much!
Hi @AXBOXING,
Please send your site and if your site is password protected, please send me the password. I will check it.
Hi @AXBOXING,
Go to Assets > styles.css and paste this at the bottom of the file:
@media (min-width: 768px){
.section-spacing {
padding-top: 50px !important;
padding-bottom: 50px !important;
}
}
.section-spacing {
padding-top: 20px !important;
padding-bottom: 20px !important;
}
Hope it helps!
User | RANK |
---|---|
40 | |
33 | |
13 | |
10 | |
8 |