Full Screen Logo Carousel

Hi all,

I love my auto scroll logo carousel that I have embedded on our homepage.
But it would be great if it was full screen in width.
Is this possible?

Linda

1 Like

Hi there, @user21238 :wave:

Sure! I’ve shared your request with the devs and will get back to you tomorrow :slightly_smiling_face:

Hi @user21238 :wave:

You’ve enabled the Full Width option, but it didn’t completely work because of the inner paddings of your website. However, we’ve removed them using this code in the Custom CSS field on the Style tab of your widget’s settings:

.global-styles,
.elfsight-app-96dcc4ca-138c-420f-9034-834b6ceceb70 {
  margin: 0 -2.5rem;
}

.global-styles,
.b-c:has(.elfsight-app-96dcc4ca-138c-420f-9034-834b6ceceb70) {
  overflow: initial;
}

Please check your website and let me know if you like the result :slightly_smiling_face: