Reply To: Change .front-page-2 background color

Homepage Community Forums Aspire Theme Support Change .front-page-2 background color Reply To: Change .front-page-2 background color

#18830
Wes
Moderator

    First you’ll need to remove the width in front-page-2 from your css. By default it has a 1000px width on line 1548. It looks like this –

    
    .front-page-2 {
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: -160px;
    	position: relative;
    	width: 1000px;
    }

    Did you see the other thread I replied in earlier today? I posted some code that you can add that should help remove the padding and fixed width.