Hi
After some advice on reducing the padding between the header and the slideshow on the home page only. I have attempted numerous coding suggestions but nothing is working.
https://www.hillsidehampers.com.au/
Thanks in advance.
Hi
After some advice on reducing the padding between the header and the slideshow on the home page only. I have attempted numerous coding suggestions but nothing is working.
https://www.hillsidehampers.com.au/
Thanks in advance.
Hi Hillside! Hope you are doing well!
If I understood you correctly, then you do not want to reduce padding, but generally completely remove the indentation between the header and the slider, right? If so, here’s the CSS code for solving this problem:
.template-index .index-section:first-of-type {
padding-top: 0;
}
.template-index .main-content {
padding-top: 0;
}
You can put this code in theme.css file.
Alex
Alex, Thank you so so much! Problem solved. I appreciate you taking the time and sharing this code.
Many Thanks!