Currently, I am utilizing the nivo Slider within a div that has been styled with a width of 100%.
Despite the slider functioning splendidly, I am encountering an issue where the images do not properly align in the center due to the javascript script consistently setting background-position to "initial initial".
Although I have attempted to manually force the div and corresponding CSS to "center center", the javascript reverts it back each time.
After scouring through the JS Code, I was unable to locate the tag responsible for this behavior.
If anyone could offer some guidance or assistance, it would be greatly appreciated!
Thank you for your help.
EDIT: I specifically require this alignment adjustment because the images contain text, and their positioning must remain consistent across various resolutions.