12/3 quark e commerce quick install
www.ahgoobaby.com/Redesign3
I have used a prior post code to increase the size of the header image.
I'm only able to get the size of the 1040 px to impact the size of the baby image for desktop mode:
@media (max-height: 1040px) {
#gkHeaderMod .gkStoreImage > img {
height: auto !important;
width: 200% !important;
}
I tried using all of the other max-height pixel combinations recommended in that post, but they have no impact on the size of the image when in tablet mode or mobile landscape mode. In each I have tried everything from 25% to 200% and the image remains the same size.
How do I know what max-height px afftects those screens?