Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Professional Business: Fix Centre Alignment #660

Closed

Conversation

Aurorum
Copy link
Contributor

@Aurorum Aurorum commented Mar 11, 2019

Changes proposed in this Pull Request:

Remove the media query which was overriding this margin from being set, which shouldn't be overriden because an aligncenter class is present:

.entry .entry-content > *.aligncenter,
.entry .entry-summary > *.aligncenter {
margin-left: auto;
margin-right: auto;
}

This is currently resulting in an issue with alignments with galleries.

Before:

hgfghfghffgh

After:

gfdgfdgfdg

Related issue(s):

@automattic-ian mentioned this bug in Automattic/wp-calypso#28756

@Aurorum
Copy link
Contributor Author

Aurorum commented May 10, 2019

Closing for #794

@Aurorum Aurorum closed this May 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant