Styles a SiteFarm Weighted Underline Block Title to Center of Page

PHOTO EMBED

Fri Aug 13 2021 20:18:43 GMT+0000 (Coordinated Universal Time)

Saved by @ucguy #css #sitefarm

/* Rankings Feature Title Centering */
#your-block-id .panel__title {
 text-align: center; 
}
#your-block-id .panel__title:after {
 margin: auto; 
}
content_copyCOPY

This will center a weighted underline block title, but you will need to replace #your-block-id with the id of your custom block in order for this to work.