diff --git a/src/admin/scss/_view-mode-slideshow.scss b/src/admin/scss/_view-mode-slideshow.scss index 4a574c159..7dc5421b7 100644 --- a/src/admin/scss/_view-mode-slideshow.scss +++ b/src/admin/scss/_view-mode-slideshow.scss @@ -168,7 +168,7 @@ } } -.spaced-to-right { +.fullscreen-spaced-to-right { .table-wrapper { margin-left: 20.83%; width: calc(100vw - 20.83%) !important; @@ -287,6 +287,7 @@ cursor: pointer; border: 0; background: transparent; + position: relative; .icon { border-radius: 100px; @@ -299,8 +300,8 @@ } .circular-counter { position: absolute; - right: calc(4.16667% + 3px); - top: 18px; + right: calc(4.16667% + 1px); + top: -3px; } } } diff --git a/src/theme-helper/view-mode-slideshow.vue b/src/theme-helper/view-mode-slideshow.vue index b8ac31481..709e8cf17 100644 --- a/src/theme-helper/view-mode-slideshow.vue +++ b/src/theme-helper/view-mode-slideshow.vue @@ -88,7 +88,7 @@