bu-ist / responsive-foundation

A responsive front-end framework. Used by the Responsive Framework.
https://bu-ist.github.io/responsive-foundation/
1 stars 2 forks source link

Profiles: Title isn't aligned center #247

Open ashleykolodziej opened 3 years ago

ashleykolodziej commented 3 years ago

https://www-staging.bumc.bu.edu/busm-pm/profile/ryan-logan-phd/

A style is missing to align the page title to the center on profiles.

acketon commented 9 months ago

the style isn't actually missing, it's in foundation but the class is not added to the h1. It looks like when responsive_the_title was added it didn't account for the custom class name for profile titles.

see: https://github.com/bu-ist/responsive-framework/blob/e9e02b8e7065f5c182e048ddf992bdc26512dce2/functions.php#L676-L678 which adds it but doesn't appear to be called from the single-profile template.