Moving scroll arrows of 'Multiple images with text' section

Solved

Moving scroll arrows of 'Multiple images with text' section

btwu10
Excursionist
12 0 3

Trying to figure out how to move up the scroll arrows of a 'multiple images with text' section to right below the picture. Ideally widened out to where the left and right corners of the image is. How do I also make the Heading ('Lion's Mane' in the below picture) text smaller?

 

btwu10_0-1736477528674.png

 

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
10793 2133 2251

This is an accepted solution.

Hi @btwu10 

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

#shopify-section-template--23970574467361__multiple_images_with_text_7fDKMb .multiple-images-with-text__content-with-nav .prev-next-buttons { order: -1; }
#shopify-section-template--23970574467361__multiple_images_with_text_7fDKMb .multiple-images-with-text__content-list h1 { font-size: 30px; }

Screenshot 2025-01-08 at 09.15.06.png

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

View solution in original post

Replies 7 (7)

kazi
Shopify Partner
708 99 126

@btwu10 Hello

                            Can you share the store URL?

▶️ If you need more help with your Shopify store
Speed Optimization | Theme Customization ? ☎️ WhatsApp ✉️Email Skype: kof.bd

btwu10
Excursionist
12 0 3

Dan-From-Ryviu
Shopify Partner
10793 2133 2251

This is an accepted solution.

Hi @btwu10 

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings 

#shopify-section-template--23970574467361__multiple_images_with_text_7fDKMb .multiple-images-with-text__content-with-nav .prev-next-buttons { order: -1; }
#shopify-section-template--23970574467361__multiple_images_with_text_7fDKMb .multiple-images-with-text__content-list h1 { font-size: 30px; }

Screenshot 2025-01-08 at 09.15.06.png

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

btwu10
Excursionist
12 0 3

Thanks for providing your suggestion. As I scroll through, there is a gap between the scrolling arrows and the subheading 'Our Proprietary Blend' and it constantly fluctuates. How do I minimize the gap and make it consistent as I scroll through?

Dan-From-Ryviu
Shopify Partner
10793 2133 2251

Please update the code 

#shopify-section-template--23970574467361__multiple_images_with_text_7fDKMb .multiple-images-with-text__content-with-nav .prev-next-buttons { order: -1; }
#shopify-section-template--23970574467361__multiple_images_with_text_7fDKMb .multiple-images-with-text__content-list h1 { font-size: 30px; }
#shopify-section-template--23970574467361__multiple_images_with_text_7fDKMb .prose{ height: 0; }
#shopify-section-template--23970574467361__multiple_images_with_text_7fDKMb .prose.is-selected { height: auto; }

- Solved it? Hit Like and Accept solution! ❤️Buy Me Coffee❤️
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

GTLOfficial
Shopify Partner
761 157 166

Hello @btwu10 

Go to online store ----> themes ----> actions ----> edit code ---->theme.css
add this code at the end of the file and save.

.multiple-images-with-text__content-with-nav {
display: flex;
flex-flow: column-reverse;
}
.prev-next-buttons {
gap: 17rem !important;
}
.h1 {
font-size: 2rem !important;
}

result
118.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
btwu10
Excursionist
12 0 3

Thank you as well for providing your suggestion. As I scroll through, there is a gap between the scrolling arrows and the subheading 'Our Proprietary Blend' and it constantly fluctuates. How do I minimize the gap and make it consistent as I scroll through?