Resizing Featured collection / Adding padding

Resizing Featured collection / Adding padding

radaApeta
Explorer
64 0 23

Hello,

i need help with resizeing / adding padding to my featured collection. The lines on the photo symbolize where i want my collection to appear. Also if there is any way to get rid of the numbers under the collection and gave this <,>  symbol some new look. And the ¨zobrazit vše¨ means view all put somewhere where it looks better 🙂

Thank you !!

ddf.png

 

Something like this ... this is not my site 

budoucimilionar_1-1720892840581.png



https://81e325-28.myshopify.com/

0007

valenta14
Replies 3 (3)

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @radaApeta

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

 

<style>
@media only screen and (min-width: 750px) {
  .collection {
    margin: 0 auto;
    width: 80% !important;
   } 
}
</style>

 

Here is result: 

BSSCommerceHDL_0-1720895907197.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you  😍

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

radaApeta
Explorer
64 0 23

thank you very much, this what i meant

but you can that the bottom text is not in line with the heading. How can i change that ? Thanks

radaApeta_0-1720899824493.png

 

valenta14
BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @radaApeta

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

 

<style>
@media only screen and (min-width: 750px) {
  .collection__title {
    padding: 0 11px !important;
  }
}
</style>

 

Here is result: 

BSSCommerceHDL_0-1720900538267.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

 

 

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now