Spatial theme button text inline on mobile version
-
Hi. Is there a css code I can add so the button text shows correctly on mobile version? right now it looks like this example:
Conn
ect
with
usinstead of: Connect with us
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Try and override the 100px declaration for the width of that block/element. I tried this and it worked for the majority of the mobile screens in the dev tool.
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link { width: 120px;Hope it works.
- The topic ‘Spatial theme button text inline on mobile version’ is closed to new replies.