Can't Move Text to Bottom Content Slider

In content slider there is no setting to have the text under the image. I am not sure if I am missing something or if this is a bug. I need to be able to have the text below the photo

Also I can’t align to the top all centers horizonal, there is no setting to keep all to the top.

Also under: General > Heading there is no options for head position (left, right, center)

Does anyone look at this forum I posted this 11 hours ago and no answer, this is crasy?

Its a community forum. You probably want to contact support, link is at the bottom.

You could make a plan with some HTML & CSS to use Absolute Positioning.

So in your slide you will have the following HTML:

<div class='sa_bottom'>
Text content goes here!
</div>

And then add the following CSS:

#SLIDER_ID .owl-item .sa_hover_container {
	position:relative !important;
}
#SLIDER_ID .owl-item .sa_hover_container .sa_bottom {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	text-align:center;
}

I dont know what plugin you are using but Beaver Builder does not use owl carousel at all.

Thanks, But I am hoping BB will fix this soon. this is a corporate website and I don’t want to start adding band ads

If its a corporate site, open a ticket with support, this is just a community forum.

I have taken my time to tell them the issue. I would hope the least they can fix it for the next update.