extra text displayed / CSS source ‘inline element’..
-
Hello,
I woul like to change a position of button from -309px to -345px
this value is added as inline elementhtml display!:
<div id=”ssb-container” class=”ssb-btns-left ssb-anim-slide” style=”z-index: 1; left: -309px;”>
<ul class=”ssb-light-hover”>
<li id=”ssb-btn-0″>
<p>
<span class=”fa fa-arrow-circle-right”></span> Essayer …
</p></div>
CSS display:
style.element {
z-index: 1;
left: -309px;
}I don’t know where can find this ‘inline element’ it’s on the HTML, could you help me please?
Best regards
Sam
The topic ‘extra text displayed / CSS source ‘inline element’..’ is closed to new replies.