peterfremlin / Disability-Debrief

0 stars 0 forks source link

Whitespace after title (I think due to the # link) #35

Closed peterfremlin closed 5 months ago

peterfremlin commented 6 months ago

Can you check this page https://www.disabilitydebrief.org/debrief/fractured-fighting-fixed/

I think the whitespace here is because of the #

It appears like this:

Screenshot 2024-03-29 at 23 29 10

On mouseover:

Screenshot 2024-03-29 at 23 29 05
cathysarisky commented 5 months ago

Can be corrected with code injection (sitewide). Insert the following between style tags:

a.hover-anchor { 
  position: absolute;
}
cathysarisky commented 5 months ago

Closing - please reopen if code injection doesn't resolve this, @peterfremlin

peterfremlin commented 5 months ago

That fixes it, thanks!

Sorry to be a pedant tho - it also makes the # very close to the title, would appreciate if you can make a bit of whitespace after as it was before

Screenshot 2024-04-25 at 13 02 37
peterfremlin commented 5 months ago

And if you can include the style in the theme itself that's better that site-wide injection please

cathysarisky commented 5 months ago

OK, sure. Adding to theme. If you want it tweaked in the meantime, add a margin-left: 1rem;

:)

cathysarisky commented 5 months ago

theme edited.