Responsive cart or not? can i change the font or not?

Fancify and paypal v. 1 active but the cart not Responsive on the Android dispositive.

And i want to know if possible change font of cart.!

Hey @Raimondo, can you explain what you mean by that! not responsive! meaning frozen?

As for the fonts yes they can be changed easily by adding a little code snippet.

The problem is that the text is displayed well from the PC, but from mobile phones, the text of the “product title” (if the characters of the text are many) goes out of the box not allowing reading. The text does not go to the next line normally. Wy?

However can I have the code to change the font? where do I have to insert it?

Thanks

1 Like

hey @samlee you can respond me?

Hey @Raimondo, sorry for the delay,

Here is the code:

.btnw span {
    font-size: 12px !important;
    font-family: monospace !important;
}

Change “monospace” to the name of your font if needed. and change “12px” to the size of the font you want :slight_smile: then copy that code into your CSS box in your Clickfunnels’ step.

Let me know how that goes, and so sorry for the delay… Perhaps will be there an update to this issue to improve how fancify is displayed on mobile.