Reply To: Blog Posts Page

Homepage Community Forums Ambition Blog Posts Page Reply To: Blog Posts Page

#18972
Wes
Moderator

    To reduce the space, add this in your responsive section –

    	.front-page-1 .flexible-widgets {
    	    padding: 0;
    	}

    You can add this in the @media only screen and (max-width: 550px) { or whichever width you prefer.

    To change the background to white, look for this around line 2351 –

    	.front-page .site-header {
    		background-color: #000;
    	}

    Then change it to #fff. This is located in your Responsive Section in your CSS under this –

    @media only screen and (max-width: 1023px) {