diff --git a/sass/media/_captions.scss b/sass/media/_captions.scss index 4feb5204..c299bfe8 100644 --- a/sass/media/_captions.scss +++ b/sass/media/_captions.scss @@ -13,4 +13,4 @@ .wp-caption-text { text-align: center; -} \ No newline at end of file +} diff --git a/style.css b/style.css index b2ad2443..5df557d2 100644 --- a/style.css +++ b/style.css @@ -826,17 +826,18 @@ object { .wp-caption img[class*="wp-image-"] { display: block; - margin: 0 auto; -} - -.wp-caption-text { - text-align: center; + margin-left: auto; + margin-right: auto; } .wp-caption .wp-caption-text { margin: 0.8075em 0; } +.wp-caption-text { + text-align: center; +} + /*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/