Full Width Slider for Unite WordPress theme

Good Day

I am creating a very basic website and would like the image on the home page to be full width but it is being cut off on either side. I am using the Unite theme.

Thanks

Hi @casjj,

I hope you are well today and thank you for your question.

We have to develop some custom CSS code to achieve this.

Could you please share me the page URL from your site where the slider is displaying so that i can help you to achieve it?

Kind Regards,
Movin

Hi Movin

Thanks for getting back to me. URL is: http://nparegettingmarried.co.za. Password for homepage is yayweddings2

I am pretty much wanting the image on the homepage to touch the nav bar as well as both sides of the page so that there aren’t any white spaces around it.

Is this possible?

Thanks again
Casandra

Hi Casandra,

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Theme Options -> Other -> Custom CSS

nav.navbar.navbar-default {
    margin-bottom: 0;
}
div#primary {
    padding: 0;
}
div#content {
    padding: 0;
    max-width: 100%;
}

Best Regards,
Movin