Conference Theme: Social Icons block does not respect size selections #8635
Open
Description
Quick summary
Similar to #8232 the Social Icons block in the footer was set to "Large" but still showed small on the live site.
Report: 9250505-zd-a8c
Steps to reproduce
- Activate the Conference theme
- Edit the social icons in the footer size to "large" and save changes
- View the live site; note the icon size is still small
Site owner impact
Fewer than 20% of the total website/platform users
Severity
Moderate
What other impact(s) does this issue have?
No response
If a workaround is available, please outline it here.
I used the workaround provided to the other customer who experienced this issue. The following CSS code:
/* Make social icons larger | 9250505-d (KF)*/
.wp-block-social-links .wp-social-link {
padding: 0 !important;
}
.wp-block-social-links .wp-social-link svg {
width: 2em !important;
height: 2em !important;
}
.wp-block-social-links .wp-social-link svg {
display: block;
margin: auto;
}
Platform (Simple and/or Atomic)
Simple
Metadata
Assignees
Labels
Type
Projects
Status
Needs Triage