css for .floatingchat-container* width restricts content display
-
the
width&max-widthdeclarations for.floatingchat-container-wrap&.floatingchat-containercss styles in the https://storage.ko-fi.com/cdn/scripts/floating-chat-wrapper.css file can restrict display of text entered into the wordpress Admin > ‘Floating Button Settings’ > ‘Button Text’ field.for example, the text “Support My Art!” is clipped when displaying the floating button. while shortening the text to “Support Art!” the text is visible within the current frame dimensions. [https://brentpruitt.com]
the
.floatingchat-container-wrapcurrently hasmax-width: 180px;the.floatingchat-containeris set aswidth: 195px;text/buttons longer than these widths is hidden/cropped from view.modifying the css
width&max-widthfor the corresponding classes should work in all mobile/desktop browsers:.floatingchat-container-wrap{
max-width:100%;
}.floatingchat-container{
width:100%;
}lmk if you have questions. thanks!
The page I need help with: [log in to see the link]
The topic ‘css for .floatingchat-container* width restricts content display’ is closed to new replies.