Remove element styling from slide info container?
-
Edit: Fixed it by just using
!importanton myright: 0styles.I’m using a right-aligned slide info box shown here:
https://www.dropbox.com/s/auqkzulvlv6feju/masterslider_screenshot.PNG?dl=0
The box itself has
right: 10pxapplied to the element which I cannot find a way to remove so that the slide info container sits flush to the right side.Here’s what the code looks like on the page:
<div style="right: 10px; width: 100px;" class="ms-slide-info ms-dir-v ms-align-right"><div style="opacity: 1;" class="ms-info">Testing slide info</div></div>I just need to remove the
right: 10pxand all will be good.Thanks in advance!
The topic ‘Remove element styling from slide info container?’ is closed to new replies.