Ixion: Fix issues with widget block centre alignments.
This commit is contained in:
parent
d08665753e
commit
53aac19b4c
2 changed files with 9 additions and 8 deletions
|
@ -375,11 +375,13 @@ hr.wp-block-separator {
|
|||
5.0 Blocks - Widget Blocks
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Archives, Categories & Latest Posts */
|
||||
/* General Widget styles */
|
||||
|
||||
.wp-block-archives.aligncenter,
|
||||
.wp-block-categories.aligncenter,
|
||||
.wp-block-latest-posts.aligncenter {
|
||||
.wp-block-categories.aligncenter ul,
|
||||
.wp-block-archives.aligncenter,
|
||||
.wp-block-latest-posts.aligncenter,
|
||||
.wp-block-latest-comments.aligncenter {
|
||||
list-style-position: inside;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -680,13 +680,12 @@ table.wp-block-table th {
|
|||
6.0 Blocks - Widgets
|
||||
--------------------------------------------------------------*/
|
||||
|
||||
/* Archives, Categories & Latest Posts */
|
||||
/* General Widget styles */
|
||||
|
||||
[data-align=center] .wp-block-archives ul,
|
||||
[data-align=center] .wp-block-categories ul,
|
||||
[data-align=center] .wp-block-latest-posts ul {
|
||||
.edit-post-visual-editor [data-align="center"] .wp-block-categories__list,
|
||||
.edit-post-visual-editor [data-align="center"] .wp-block-archives,
|
||||
.edit-post-visual-editor [data-align="center"] .wp-block-lastest-posts {
|
||||
list-style-position: inside;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Categories */
|
||||
|
|
Loading…
Reference in a new issue