/* line below was: .custom-blog a.entry-featured-image-url {
*
* Changed it to try to correct large images showing on search feature.
* This code also shrinks the featured image in the regular blog feed.
*
*/
a.entry-featured-image-url {
max-width: 40%;
float: r

ight;
}
@media only screen and (max-width: 1024px) {
#et_mobile_nav_menu {
display:

block !important;

}
#top-menu {
display: none !important;
}
}

John Wells
Latest posts by John Wells (see all)