Russ
there is 70px pad at the top and bottom of the footer of the Bolt theme. To match other layouts on our site, we would like to delete this padding. Looking at the theme settings, it looks like it is using the large and largest pads which are about 25 but the site is showing 70px. I've tried pasting in this to extra.less but it didn't change anything:
Is there a setting to change this or can you comment on why my code didn't work
thanks
there is 70px pad at the top and bottom of the footer of the Bolt theme. To match other layouts on our site, we would like to delete this padding. Looking at the theme settings, it looks like it is using the large and largest pads which are about 25 but the site is showing 70px. I've tried pasting in this to extra.less but it didn't change anything:
custom css:
.p-footer-custom {
padding-top: 5px;
padding-bottom: 5px;
}
Is there a setting to change this or can you comment on why my code didn't work
thanks