How to make the box responsive?
-
Hello everybody,
I love this plugin (Danny already knows :)), and basically it’s the feature that creates the most conversions on my website, but I can’t figure out just one thing.
I’d like to show somehow the box (a contact box with several fields), also to mobile users.
I thought about two options:
1) the box would have to be expanded to the full size of the screen. I think it would be correct to use this CSS:
@media (max-width:640px) */ or whatever maximum width
.stb { width: 100%; height: 100%; }
Or something similar, am I right?
2) show a different small box containing just a “Contact us” text, which, if clicked, leads to a page with the contact form. I checked but the conditional functions don’t include this case.
Anybody has any solutions to this issue?
Best regards,
Tiziano
The topic ‘How to make the box responsive?’ is closed to new replies.