Issues with three featured galleries

Also, your responsive grid needs a little fixing still.
The first div should have the class “grid_12”
Also, in your code, that div is then immediately closed, it shouldn’t be. And there’s still a closing div inside p tags at the end.

use this:

<h5 style="text-align: center; color:#bb9345">New Dawn Photography features the work of Nature and Wildlife Photographer Patrick Kriner</h5>
<div class="grid_12">   

	<div class="col_4">   
	   <a href="/galleries/vermont-colors/"> <img class="alignnone size-medium wp-image-70" style="width: 400px;" src="/backlight/custom/img/am-foster.jpg" alt="" width="400" height="320"/></a>
	   <p style="text-align:center; color:#bb9345"">Vermont Gallery</p>
	</div>
	<div class="col_4">
	   <a href="/galleries/shore-birds/"><img class="alignnone size-medium wp-image-70" style="width: 400px;" src="/backlight/custom/img/red-egret.jpg" alt="" width="400" height="320"/></a>
	   <p style="text-align:center; color:#bb9345"">Shore Birds Gallery</p>
	</div>
	<div class="col_4">   
	   <a href="/galleries/eagles/"><img class="alignnone size-medium wp-image-70" style="width: 400px;" src="/backlight/custom/img/eagle-flight.jpg" alt="" width="400" height="320"/></a>
	   <p style="text-align:center; color:#bb9345"">Eagles Gallery</p>
	</div>
</div>

Rod, I put in the new text and will have to wait and see as it usually takes a bit to register.

That’s weird. It should just be there once you make the change to the page. Maybe try clearing template cache?