Hi guys,
Since the latest update a few margins have appeared which I had used css to hide. I can’t seem to hide them now.
1. I’m trying to hide the margin below the header banner and before the blue background begins. I’ve used the below css in my child theme without any luck;
.inner-page-wrap {
margin-top: 0px!important;
margin-bottom: 60px;
}
2. I’m trying to hide the margin that appears between the mattress top image and the next section (so there is no blue visible)
figure.clearfix:after {
margin-bottom: 0px!important;
}
Any idea why this would have happened since the update? Can you please help?
Thanks,
Stu.