Re: want to increase size of collection list image

Solved

want to increase size of collection list image

Advertfox
Shopify Partner
82 0 16

i have uploaded 4 collection image with 1080px X 1080px in single row but it looks small, i want to make it look bigger and wants to stretch with full width, any suggestion ?

Accepted Solutions (3)

Dan-From-Ryviu
Shopify Partner
10712 2120 2238

This is an accepted solution.

Hi @Advertfox 

You can do that by adding this code below in Custom CSS of that section 

.collection-list-wrapper {
  max-width: 100%;
}

Screenshot_10.jpg

- Helpful? Like and Accept solution! Or Support me: 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

Dan-From-Ryviu
Shopify Partner
10712 2120 2238

This is an accepted solution.

This one? 

Screenshot_13.jpg

- Helpful? Like and Accept solution! Or Support me: 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

Dan-From-Ryviu
Shopify Partner
10712 2120 2238

This is an accepted solution.

Please add this code 

.newsletter #contact_form .newsletter-form__button { 
    position: unset; 
    background-color: #9FDCDF !important; 
    margin: 0px 0px 0 4px;
    height: 47px;
    width: 15.4rem;
}
.newsletter #contact_form .newsletter-form__button .icon {
    opacity: 0;
}
.newsletter #contact_form button#Subscribe:after {
    content: 'Subscribe';
    margin-left: -12px;
    font-weight: 700;
}
}
.newsletter #contact_form .newsletter-form__field .field:after,
.newsletter #contact_form .newsletter-form__field .field:before {
    box-shadow: unset;
}
.newsletter #contact_form .newsletter-form__field input.field__input {
    padding-right: 1.5rem;
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity));
}

- Helpful? Like and Accept solution! Or Support me: 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 16 (16)

Advertfox
Shopify Partner
82 0 16

here is store link https://rustic-rack-clothing-co.myshopify.com/

password is advertfox

websensepro
Shopify Partner
1689 188 224

hi, @Advertfox 

Please send page URL

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Advertfox
Shopify Partner
82 0 16
websensepro
Shopify Partner
1689 188 224

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

 

<style>
.collection-list-wrapper.page-width.isolate.page-width-desktop.no-heading.no-mobile-link.section-template--15850488791087__39fa6400-6b69-4100-b331-4e70423642a5-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

</style>
Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Advertfox
Shopify Partner
82 0 16

its not working, still the space left in both ends

Dan-From-Ryviu
Shopify Partner
10712 2120 2238

This is an accepted solution.

Hi @Advertfox 

You can do that by adding this code below in Custom CSS of that section 

.collection-list-wrapper {
  max-width: 100%;
}

Screenshot_10.jpg

- Helpful? Like and Accept solution! Or Support me: 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.

Advertfox
Shopify Partner
82 0 16

i have placed it in base.css file and it worked !!!! you're star 🙂 thanks a lot

Dan-From-Ryviu
Shopify Partner
10712 2120 2238

You are very welcome. If you add it to base.css file, it will affect all collection lists of your store. If you wan to change for one section, added in Custom CSS of section only

- Helpful? Like and Accept solution! Or Support me: 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.

Advertfox
Shopify Partner
82 0 16

can you also tell me how can i change the design of my newsletter input and button ?? i want to make one input field and one subscribe button instead of arrow 

Dan-From-Ryviu
Shopify Partner
10712 2120 2238

Somthing like this? 

Screenshot_12.jpg

- Helpful? Like and Accept solution! Or Support me: 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.

Advertfox
Shopify Partner
82 0 16

i want button instead of arrow, thank you

Dan-From-Ryviu
Shopify Partner
10712 2120 2238

This is an accepted solution.

This one? 

Screenshot_13.jpg

- Helpful? Like and Accept solution! Or Support me: 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.

Advertfox
Shopify Partner
82 0 16

exactly this ! just a little space between input field and subscribe button 

Dan-From-Ryviu
Shopify Partner
10712 2120 2238

This is an accepted solution.

Please add this code 

.newsletter #contact_form .newsletter-form__button { 
    position: unset; 
    background-color: #9FDCDF !important; 
    margin: 0px 0px 0 4px;
    height: 47px;
    width: 15.4rem;
}
.newsletter #contact_form .newsletter-form__button .icon {
    opacity: 0;
}
.newsletter #contact_form button#Subscribe:after {
    content: 'Subscribe';
    margin-left: -12px;
    font-weight: 700;
}
}
.newsletter #contact_form .newsletter-form__field .field:after,
.newsletter #contact_form .newsletter-form__field .field:before {
    box-shadow: unset;
}
.newsletter #contact_form .newsletter-form__field input.field__input {
    padding-right: 1.5rem;
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground),var(--inputs-border-opacity));
}

- Helpful? Like and Accept solution! Or Support me: 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.

Advertfox
Shopify Partner
82 0 16

it workeddddddd, how can i do the same in footer ?

Advertfox
Shopify Partner
82 0 16

also i want to make input field background color white