Hello Eileen,
Thank you for providing the details. Please be informed that by default, the classic slider is used primarily for text or images. It does not work well with a mix of text and image in the slide. When you insert an image, it becomes wider because of its default setting where the image width is set to 100%
using this built-in CSS code:
.x-flexslider .x-slides img {
width: 100%;
}
If you want to override the behavior of the image inside the slide, you can modify the CSS code above and set the width to auto
instead. And then you can add your modified code into X > Theme Options > CSS. Setting the width to auto will allow you to insert the image on the left side while the text is on the right side of the image in your slide.
We would love to know if this has worked for you. Thank you.
Feel free to make adjustment as you need. Here are some related links for further reading, this could help you in finding and implementing some CSS fixes: