I want to change the width on section and hover buttons - Dawn theme

Solved

I want to change the width on section and hover buttons - Dawn theme

Dekanten
Trailblazer
304 1 113

Hi

 

I want to change the section like the one below with the same witdth, "nylig viste produkter" section should be like the one below on my products. How can this be possible?

 

I need matched hovers on this section, how can this be done? 🙂

 

Can this also show: Vendor / brand under the titlename?

 

Storeurl:

www.dekanten.no

 

See attached image

Skjermbilde 2024-08-16 kl. 20.16.29.png

Accepted Solution (1)

Abdosamer
Shopify Partner
894 163 181

This is an accepted solution.

Hi @Dekanten , to increase the width of your section, go to base.css file and add the following code :

@media (min-width:1000px){

.collection .page-width-desktop {
  max-width:140rem !important;
}}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work

View solution in original post

Replies 2 (2)

Abdosamer
Shopify Partner
894 163 181

This is an accepted solution.

Hi @Dekanten , to increase the width of your section, go to base.css file and add the following code :

@media (min-width:1000px){

.collection .page-width-desktop {
  max-width:140rem !important;
}}
Buy me a Coffee
Email : abdelrahamansamer71@gmail.com
Chat on WhatsApp
My work
Dekanten
Trailblazer
304 1 113

Thank you so much for your help, everything looking fine now. Huge thanks for your support. 🙂