How can i adjust arrow heigt?

Solved

How can i adjust arrow heigt?

User026
Excursionist
16 1 2

Hi, I would like to have the arrows at the same height as the text on mobile, can someone help me with this

https://5c3g22rzl7yv9dpg-81021141316.shopifypreview.com/pages?preview_key=f81affa8aaa4998c5d633afa15...

Schermafbeelding 2025-03-19 om 01.46.58.png

Accepted Solution (1)

SafeerAhmed
Excursionist
43 9 11

This is an accepted solution.

try adding this in your base.css file or your custom css file

@media screen and (max-width:500px){
button.image-text-btn-prev-template--24039743357252__ss_video_with_text_5_iyV86z,.button.image-text-btn-next-template--24039743357252__ss_video_with_text_5_iyV86z{
top:30%;
transfrom:translate(-30%);
}

 

Safeer Ahmed | Shopify Expert & Developer
Specialist in Shopify Development & Custom Shopify Solutions
Let's connect:safeerahmed23901@gmail.com
If my response helped, give it a like & mark it as a solution!

View solution in original post

Replies 2 (2)

SafeerAhmed
Excursionist
43 9 11

This is an accepted solution.

try adding this in your base.css file or your custom css file

@media screen and (max-width:500px){
button.image-text-btn-prev-template--24039743357252__ss_video_with_text_5_iyV86z,.button.image-text-btn-next-template--24039743357252__ss_video_with_text_5_iyV86z{
top:30%;
transfrom:translate(-30%);
}

 

Safeer Ahmed | Shopify Expert & Developer
Specialist in Shopify Development & Custom Shopify Solutions
Let's connect:safeerahmed23901@gmail.com
If my response helped, give it a like & mark it as a solution!

Dan-From-Ryviu
Shopify Partner
11633 2279 2462

Hi @User026 

Please add this code to Custom CSS of that section to do that 

@media (max-width: 749px) {
.image-text-btn-prev-template--24039743357252__ss_video_with_text_5_iyV86z, .image-text-btn-next-template--24039743357252__ss_video_with_text_5_iyV86z { top: 30% !important; }
}

Screenshot 2025-03-19 at 09.34.46.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.