When changing the setting for link box title letter spacing, It does not seem to take effect for mobile (phone and tablet).
Would there be some css so that we can do the same for mobile?
Hi Steve,
Since the mobile view is small, we targeted only the desktop view so that it would not overflow. You can also target mobile view using the code below.
.link-box .entry-title { letter-spacing: 2px; }
Thanks
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in and have valid license to reply to this topic.