Could you please explain me how to delete paddings in "bottom 1" position, but ONLY for HOMEPAGE?
I mean this code:
- Code: Select all
#gkBottom1.gkSingleModule .box, #gkBottom2.gkSingleModule .box, #gkBottom3.gkSingleModule .box, #gkBottom4.gkSingleModule .box {
min-width: 100%;
padding: 70px 50px !important;
width: auto !important;
}