Solved

How can I stretch category headings across the full page?

aelitzer
Tourist
35 0 2

Hi,

 

I would like the categories to stretch across the whole screen instead of centering in the middle. I started with the Craft theme but have made some modifications as I've built the site and now I can't seem to get back to this stretching across. Can anyone help through code or some setting change?

 

Screen Shot 2023-03-08 at 11.12.46 AM.png

 

Thank you!

 

 

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3121

This is an accepted solution.

Hi @aelitzer ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.list-menu--inline {
 width: 1920px !important;;
}

PageFlyVictor_0-1678296366021.png

Hope my answer will help you.

Best regards,

Victor | PageFly

View solution in original post

Replies 2 (2)

PageFly-Victor
Shopify Partner
7865 1786 3121

This is an accepted solution.

Hi @aelitzer ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:

.list-menu--inline {
 width: 1920px !important;;
}

PageFlyVictor_0-1678296366021.png

Hope my answer will help you.

Best regards,

Victor | PageFly

aelitzer
Tourist
35 0 2

That did the trick! Thanks so much!