CMS Development

choltzman
Participant

Hubspot Logo Carousel displying verically instead of horizontally

SOLVE

I downloaded this template from Hubspot market place 

https://app.hubspot.com/marketplace/41615/products/hubspot/logo-slider

but when i put it in my template it displayed in correctly (vertically instead of horiziontally. )

Any thoughts? 

http://cloud.baass.com/cconnect2018-v2?hs_preview=SpZcGQvQ-5934907902

 

Thankslogo carousel.PNG

0 Upvotes
2 Accepted solutions
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Hubspot Logo Carousel displying verically instead of horizontally

SOLVE

Try adding the following css:

.hs-logo-carousel .slick-slide {
    float: left;
}

If this answer helped, please, mark as solved 😄


tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.

 

Drop by and say Hi to me on slack.

View solution in original post

0 Upvotes
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Hubspot Logo Carousel displying verically instead of horizontally

SOLVE

Glad to hear you got it fixed. 


If this answer helped, please, mark as solved 😄


tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.

 

Drop by and say Hi to me on slack.

View solution in original post

0 Upvotes
3 Replies 3
tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Hubspot Logo Carousel displying verically instead of horizontally

SOLVE

Try adding the following css:

.hs-logo-carousel .slick-slide {
    float: left;
}

If this answer helped, please, mark as solved 😄


tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.

 

Drop by and say Hi to me on slack.

0 Upvotes
litanin
Member

Hubspot Logo Carousel displying verically instead of horizontally

SOLVE

Thank you! This whole module was basically broken because of that one, tiny bit of CSS.

tjoyce
Solution
Recognized Expert | Elite Partner
Recognized Expert | Elite Partner

Hubspot Logo Carousel displying verically instead of horizontally

SOLVE

Glad to hear you got it fixed. 


If this answer helped, please, mark as solved 😄


tim@belch.io | forms.belch.io | Design your own Beautiful HubSpot Forms; No coding necessary.

 

Drop by and say Hi to me on slack.

0 Upvotes