How to separate slideshow & header completely with no image overlay on the header in prestige theme

I’m trying to add a slideshow section right underneath the header. But the image on the slideshows are blending in with the header section. I want to keep them separate and have a margin underneath the header from where the slideshow will start. If I add just a margin code text, it is messing up on the mobile version of the website.

Can someone please guide me on how to correct this? Thanks a ton in advance!

Hey @Diwas ,

Use this CSS code below, it’ll apply for only desktop. Make sure to put in the margin code at the recommended area.

@media only screen and (min-width: 990px) {
/* Put your margin code below this text*/

/* Put your margin code above this text*/
}