I would like to expand the width of the menu on the ride theme I am building out so it is the full width of the screen on desktop. Evenly spaced apart. Can anyone provide some code on this?
Thank you!
I would like to expand the width of the menu on the ride theme I am building out so it is the full width of the screen on desktop. Evenly spaced apart. Can anyone provide some code on this?
Thank you!
https://trout-waters-fly-tackle.myshopify.com/
It is not the current theme that is being used, not sure if that matters.
Hi @TWOUTDOORS
Please give it a try with this new solution:
<>
@media only screen and (min-width: 768px)
theme.scss.…? [sm]:1324
.page-width {
padding: 0;
}
<>
Thank you, where am I putting this? Anywhere in base.css?
Yes you putting it in base.css or theme.css
Unfortunately that did not work, no visible changes.
I must be doing something wrong when inputting. Can you copy and paste exactly? I am not finding a theme.css so inputting it at the bottom of base.css
Thank you for your help with this, sorry for the extra bother.