Hello guys,
Clean the browser cache, and also clean the WordPress cache.
Did you clean / refresh the cache of the site ?
Hy,
Did you setup correctly the plugin?
look at this option “Display on Devices”
see clean the cache of the site
Good look!
use this code on area
<div class=”Actionmobile” style=”background-color:#FCFCFC”>
<br><br>
</div>
and this on css file (can you change 765px with any resolution that you want to active that area)
.Actionmobile {
display: none;
}
@media screen and (max-width: 765px) {
.Actionmobile {
display: block;
}
}
If I try to use “Fixed Position” the plugin came over the menu(on top) or over the copyright (on bottom)
-
This reply was modified 8 years, 6 months ago by amoderm.