How to make the website full width in ListingHive theme

I’ve tried plugins and website builders nothing worked

Try adding this css code (go to appearance/additional CSS):

.header-navbar {margin-left:0!important;margin-right:0!important}

Hi,

Please try this CSS snippet:

.container {
	width:100%;
}

Also, please note that there may be problems with responsive and additional customization will be required.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.