Solved

How to set Menu in full extension, with all the items in the same line?

NGM2022
Excursionist
55 0 6

dgbt.jpg

Accepted Solution (1)
ExpertRookie
Shopify Partner
1518 249 314

This is an accepted solution.

@NGM2022 

 

Add this code at the bottom of Theme > Edit code > assets > base.css file

@media screen and (min-width: 750px) {
	.page-width {
   	 	max-width: 150rem;
	}
}

Try it and let me know

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.

View solution in original post

Replies 10 (10)

ExpertRookie
Shopify Partner
1518 249 314

hi @NGM2022 

 

Could share me your store url and the store password (if any)? Then I can review it

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
NGM2022
Excursionist
55 0 6
ExpertRookie
Shopify Partner
1518 249 314

This is an accepted solution.

@NGM2022 

 

Add this code at the bottom of Theme > Edit code > assets > base.css file

@media screen and (min-width: 750px) {
	.page-width {
   	 	max-width: 150rem;
	}
}

Try it and let me know

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
NGM2022
Excursionist
55 0 6

that worked, however, everything is in full extension including the product photos that turn out to have a bigger size. Is any way to maintain the same product photo size but place more lateral row photos, thus instead of 5 photos, 6 photos?

ExpertRookie
Shopify Partner
1518 249 314

hi @NGM2022 

 

You can set the mumber item on per row via the section settings you are using on you store

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
NGM2022
Excursionist
55 0 6

the maximum to set there is 5 (columns), can I change the code for more?

 

ExpertRookie
Shopify Partner
1518 249 314

hi @NGM2022 

Well, I think you will need hire an expert to modify some code

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
NGM2022
Excursionist
55 0 6

I did it myself

 

featured-collection.liquid

"type": "range",
"id": "columns_desktop",
"min": 1,
"max": 6,
"step": 1,
"default": 4,
"label": "t:sections.featured-collection.settings.columns_desktop.label"

ExpertRookie
Shopify Partner
1518 249 314

hi @NGM2022 

 

Then you need to set columns_desktop to 6 toTheme customization

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
NGM2022
Excursionist
55 0 6

I just had to change 5 to 6 there (max). Curiously, It cannot be seven or more... I tried