Reply To: Extra space on blog post page

Homepage Community Forums Epik Theme Support Extra space on blog post page Reply To: Extra space on blog post page

#23015
Wes
Moderator

    If you want to add the white background back in here – https://www.gbpersonaltraining.com/blog/ add this to the code I posted above –

    .entry {
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    	-webkit-box-shadow: 0 3px 6px rgba(0,0,0, .2);
    	background: #fff;
    	margin: 0 3px 40px;
    	padding: 40px 20px 0;
    }

    This will add a white background just like you have on the other site.

    You can remove the box-shadow lines if you don’t need them.

    Let me know if that helps, or if you’re referring to something different.