I downgraded to 4.4.2.
Please let me know if you found a fix for this.
Hello,
Same Issue here.
Apparently the same problem affect DIVI Theme as well (just to notice that, but ENFOLD is WAYYYYYY better than divi of course :).
Hi,
undestood, thanks for your quick anwser.
I finally tried to do it the dirty way. I added a widget, in which i created a blocked A tag.
<a class="sctda_link" href="mylin"></a>
with this CSS applied :
@media only screen and (max-width: 767px) {
a.link_sctda {
display: block;
height: 106px;
width: 187px;
background: #0F0;
z-index: 9999;
}
}
@media only screen and (min-width: 768px) {
a.link_sctda { display: block;
height: 106px;
width: 187px;
background: #0F0;
z-index: 9999;
position: relative;
right: 100px;
top: -31px;
float: right;}
}
It works just fine in full screen but, on mobile, my mobile menu is pushed down by 106px.
I can’t figure out how to make my div not clearfixed.
Can you help me out with this one ?
Thanks It Worked
Hi,
Would that still work i update my Theme ?