/* 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;
}
}
Latest posts by John Wells (see all)
- Testing - January 22, 2021
- Stuff - January 5, 2021
- Yet Another Post - January 5, 2021