Skip to content

Conference Theme: Social Icons block does not respect size selections #8635

Open
@ktyfuller604

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

  1. Activate the Conference theme
  2. Edit the social icons in the footer size to "large" and save changes
  3. 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

No one assigned

    Type

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions