Reply To: Revolution Slider Navigation Arrows Not Displaying Correctly

Support Forums for LiveMesh Themes & Plugins Forums Extinct Theme Support Revolution Slider Navigation Arrows Not Displaying Correctly Reply To: Revolution Slider Navigation Arrows Not Displaying Correctly

#1533

Now, I have a different problem with the slider.

I am editing my slide and I have a layer positioned at: X=354 and Y=184. When I look at the slider on the site it is out of place and not where I positioned it in the settings (see attached image).

I then inspected the layer (with Chrome inspect element) and this is the CSS:

element.style {
font-size: 36px;
padding: 0px;
margin: 0px;
border-width: 0px;
line-height: 52px;
white-space: nowrap;
min-width: 0px;
min-height: 0px;
opacity: 1;
left: 1060.5px;
top: 184px;
-webkit-transform: rotate(0deg);
visibility: visible;
}

Shouldn’t the left be 354px, since I set that in the settings?