You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ULs were used for gallery markup in #3441. However, many themes style lists within the content and add padding or margin to the left side. Thus, galleries appear shifted to the side/uncentered.
Steps to Reproduce (for bugs)
Insert a gallery block
Activate a theme that adds margin and/or padding to content ULs (Twenty Fourteen is an example with alignnone selected for the block.)
Note galleries will be shifted to the side.
Expected Behavior
Galleries would not be shifted by CSS intended for text-based lists.
Current Behavior
Margin and/or padding is adopted from text-based list styling and galleries are unintentionally shifted.
The text was updated successfully, but these errors were encountered:
dreamwhisper
changed the title
Gallery not centered in many themes to to margin on UL
Gallery not centered in many themes due to margin/padding on UL
Mar 29, 2018
Issue Overview
ULs were used for gallery markup in #3441. However, many themes style lists within the content and add padding or margin to the left side. Thus, galleries appear shifted to the side/uncentered.
Steps to Reproduce (for bugs)
Expected Behavior
Galleries would not be shifted by CSS intended for text-based lists.
Current Behavior
Margin and/or padding is adopted from text-based list styling and galleries are unintentionally shifted.
Possible Solution
Reset left/right margin/padding for:
Screenshots / Video
Related Issues and/or PRs
#3441
Todos
The text was updated successfully, but these errors were encountered: