I manage sites that are all using CF7. All the sites are having this same issue including one I just launched the day before yesterday.
Has there been any word from the Developer on when we can expect a FIX?
If anyone has figured out a successful and seamless workaround please advise, thank you so much.
The solution that works for this problem on my site is the following code which was provided by the theme developer Qode. Their support was excellent!
.logo img { width: 100%; }
@media only screen and (min-width: 960px) and (max-width: 1120px) {
.logo { width: 45%;}}
I tried the above code with no success. Any other ideas?
Would this code work for all the screen sizes or does it have to be modified for each screen?
Here is my development site link – http://dev.motechdevelopment.com
Thank you….