Having a bit of trouble with the Jssor slider here. I'm trying to separate the slider styles into an external CSS document and running into issues. For instance:
<div id="slider1_container" style="position: relative; top: 0px; left: 0px; width: 1140px; height: 437px; margin-left: auto; margin-right: auto;">
Trying something like the code below just doesn't seem to do the trick.
#slider1_container {
position: relative;
top: 0px;
left: 0px;
width: 1140px;
height: 437px;
margin-left: auto;
margin-right: auto;
}
I've gone over everything multiple times and the links seem correct. Any advice or alternative solutions would be incredibly helpful. Thanks in advance!