Mini Cart Text issue

Hey Supprt Team,

We have an display Problem with a text displayed in the mini cart Element.
image
in the Builder we can not touch this area. But it should be shown as one sentence without gaps.
Can you please tel us how to fix this using CSS? Or any other Idea?

Thank you.

Hello @ArtOfSpring,

Thanks for writing to us.

I would suggest you please add this custom CSS code to the element CSS.

 $el .x-mini-cart p.jde_hint a {
    display: inline-block !important;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Hey,

it worked out but not in the element CSS but in the global CSS :)!

Thank you.

You are most welcome @ArtOfSpring

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.