From f7795695f306db5be8260bdb655053ff9026c96c Mon Sep 17 00:00:00 2001 From: Kajal Mehta Date: Wed, 16 Oct 2024 22:18:44 +0530 Subject: [PATCH] Swiper button overlapping removed Issue resolved: #430 --- style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 8e72556d..61f45e9c 100644 --- a/style.css +++ b/style.css @@ -1742,13 +1742,20 @@ button { /*slider*/ .testi :is(.swiper-button-next, .swiper-button-prev){ background-color: #ffe0b5; - top: 35%; + width: 38px; height: 38px; border-radius: 50%; transition: background-color .3s; box-shadow: rgb(0, 0, 2/ 35%) 0px 20px 30px -10px; } +.swiper-button-next { + margin-right: -400px; +} +.swiper-button-prev { + margin-left: -400px; + margin-top: 100px; +} .testi :is(.swiper-button-next, .swiper-button-prev):hover{ background-color: #ff8552;