Reply To: Homepage form not responsive

Homepage Community Forums Aspire Theme Support Homepage form not responsive Reply To: Homepage form not responsive

#19382
Wes
Moderator

    Are you using a CSS minifier? Some of the code that comes with the default CSS of the theme isn’t showing up. This is the code that is supposed to change the width when being viewed from smaller browsers –

    @media only screen and (max-width: 1080px) {
    
    	.front-page-2 {
    		padding: 0 5%;
    		width: 100%;
    	}
    	
    }