From b5c126303f0fc186eac3c936051852de11b3f2c1 Mon Sep 17 00:00:00 2001 From: Olivia206 Date: Mon, 15 Dec 2025 10:35:47 +0100 Subject: [PATCH] fixed testimonials slider width in page without sidebar --- assets/sass/_theme/blocks/testimonials.sass | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/sass/_theme/blocks/testimonials.sass b/assets/sass/_theme/blocks/testimonials.sass index a6dfceb11..83d7733cd 100644 --- a/assets/sass/_theme/blocks/testimonials.sass +++ b/assets/sass/_theme/blocks/testimonials.sass @@ -38,6 +38,7 @@ @include in-page-with-sidebar figure width: columns(8) + @include in-page-without-sidebar .testimonials width: columns(12) @@ -70,4 +71,8 @@ &::before background-color: $block-testimonials-pagination-background &::after - background-color: $block-testimonials-pagination-progress-background \ No newline at end of file + background-color: $block-testimonials-pagination-progress-background + + @include in-page-without-sidebar + &-controls + margin-left: offset(4) \ No newline at end of file