Tagged: x
-
AuthorPosts
-
February 27, 2017 at 8:36 pm #1388185
Hi Rad,
I’ve tried another gallery theme to see if it can work. The “Photo Gallery” worked okay. It’s not cool as Envira, but worked without any hazzle or custom css configuration. I’ve contacted the Envira support one last time to avoid asking a refund.
But, i really want to use envira because it’s much more easy and cleaner to use! Can you please take another look and see what’s going on? I’ve even tried to use another addon “Simple Custom CSS” to implement the CSS Workaround they provided, but no can do.
Or, maybe in last case, there’s a way to force the mobile version of the theme to work on a specific resolution? I really don’t know what can i do to make X and Envira work together! 🙁
February 28, 2017 at 10:02 pm #1389687Hi There,
Please try to add the entire CSS suggestion:
@media only screen and (max-width: 320px) { .envirabox-lock { overflow: hidden !important; width: auto; } }
I can see you have only added this:
body .envirabox-lock { overflow: visible !important; width: auto; }
Let’s see if it is CSS specificity issue. -
AuthorPosts