John,
Having same problem with Genesis as we did in the Avada theme. (The problem with listings when browser window is sized to smallest width and when viewing in android phones. The listing picture is resized to a non viewable size.)
[Original Post for Avada Problem, same on Genesis]…
https://wpgeodirectory.com/support/topic/avada-child-theme-for-gd-1-0-released/page/2/#post-8474
You had a solution that worked for the Avada theme but does not work on the Genesis theme. (Or at least not using original code)
Your original solution for Avada was:
@media only screen and (max-width:480px) {
.wpgeo-avada .geodir_category_list_view li .geodir-content,
.wpgeo-avada .geodir_category_list_view li .geodir-post-img,
.wpgeo-avada .geodir_category_list_view li .geodir-addinfo {
display: block;
}
}
But slapping this into the genesis theme made no difference. Can you please tell me what css needs to be placed to fix this in Genesis?
Thanks much John!