Currently, search results on my site are coming up looking like the following:
This looks silly. Some numbers (like the 7) look like they are positioned below the last line of the result title. I want the number element to line up with the top of the search result so it looks better. I have tried styling the ::marker pseudo-element and can change the font size, style, and color, but haven't found anything to change its vertical position.
Any suggestions how to do this?
ETA: I don't know why it's aligning this way in the first place. If I make a little test page, it aligns with the first line of the list item, which is what I would expect. Any thoughts on what could cause this misalignment?
Recent comments
Thanks for your reply! Gives a little more motivation for the work :)
Entity Formatter - Code based entity templating
Just saw someone reference this thread and saw the alternative solution mentioned in Stack Exchange which linked to here. Using Nginx certainly does work if encountering the problem in Lando,...
Backdrop returns 404 error only in CiviCRM pages
The fix is to add the following to the .htaccess file Options -MultiViews and this is also discussed here in this very forum. Thanks to David at Civihosting!
'Unable to reach the server' with Backdrop but OK with Drupal 7
Ah, thank you very much! I totally forgot there is a template with an explanation...
How to write Readme.md so that module description is correctly viewed on modules page
There is a module template at https://github.com/backdrop-contrib/module_template/blob/main/README.md?plain=1, including the following information about the first README paragraph...
How to write Readme.md so that module description is correctly viewed on modules page