How can I manually change the text alignment on the slide

Hello! I can’t seem to figure out a way to position the heading and the text as centered, but skewed slightly to the left.

https://dash.elfsight.com/apps/slider

1 Like

Hi there and welcome to the Community, @Alexandra2 :waving_hand:

Sure, our devs will be happy to help! Just to confirm, would you like tha pagination to be moved to the left too?

Hi!

Good question! I would probably leave the pagination centered as it would mess up other slides

Thank you,

Alexandra

1 Like

Got it, thanks!

I’ve forwarded your request to the devs and will update you once I have their response :slightly_smiling_face:

Thank you for wating!

We’ve added this code to the Custom CSS field on the Settings tab of your widget’s settings:

[aria-label*="Slide 1"] 
.es-widget-background-content {
  position: relative;
  left: -30px;
  top: -30px;
}

Please check it out and let me know if you like the result :slightly_smiling_face:

1 Like

Hi!

It’s perfect, just like I needed it to be!

Thank you!

1 Like

It’s my pleasure!

If anything else comes up, we’re always here to help :wink: