Hi there, love this theme, the problem is the content dock which I downloaded to house a opt-in form. It shows well on my PC screen. However, on my iphone 6 it completely blocks the screen. And the close button is too high to be seen.
I’ve tried the following codes, none of them seems to be working:
@media (max-width: 767px){
.x-content-dock {
display: block;
max-width: 200px;
}
.x-content-dock .h-widget {
font-size: 20px;
}
}
@media (max-width: 767px) {
.x-content-dock {
display: block ! important;
}
}
I’ve also trie dto change 767 into a far smaller number such as 250. Still no change.
If you could help me solve this problem, I’ll thank you a million times!