We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple formatting:
themes/default/main/views/layout.php line 171:
change from:
<strong><?php echo $phone ; ?></strong>
to:
<br /><strong><?php echo $phone ; ?></strong>
is one possible way to clean up the run-on phone numbers if there are multiples
The text was updated successfully, but these errors were encountered:
@lbell haven't had a detailed look at the issue. But possibly some css tweaks to change the word wrap too? Could you add a screen shot?
If you know how, it'd be awesome if you could send a pull request with the changes
Sorry, something went wrong.
Hi @rjmackay -- here's what I'm talking about
Before:
and After:
As for pull requests - I'm not quite set up for that -- but once I get deeper into the tweaking, I'll get it going. Thanks!
Add new lines between phone number #879
1097b5f
Also change <strong> tagging on phone numbers to match other ways to report
Add new lines between phone numnbers (unicorn theme) #879
8471e9c
Looks good. Commited the change to develop and closing this out
No branches or pull requests
Simple formatting:
themes/default/main/views/layout.php line 171:
change from:
<strong><?php echo $phone ; ?></strong>
to:
<br /><strong><?php echo $phone ; ?></strong>
is one possible way to clean up the run-on phone numbers if there are multiples
The text was updated successfully, but these errors were encountered: