@paul2009 thank you for the quick reply and insight! I removed the code and changed the layout to 2 columns, however, the style was applied to all the pages. Is there a way to only apply to certain pages and keep the one column design on others?
hey @inside_the_square
Hope all is well! I seem to be having some issues with this again..Initially the code was working but now it seems to be coming up as one column on the left side only. Do you know if something may have changed?
@inside_the_square I feel so seen! Definitely take your days off from being a coding superhero but thank you soooooo much for helping me out and taking the time to respond. The code worked beautifully and the website looks amazing, I cant thank you enough!
@Lesum
Sure!
Artby-katya.com is the site and the code I used is below. I removed the code so right now, the website is still one column.
@media only screen and (max-width:767px) {
.products .list-grid {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.products .grid-item { width: 48%;
}
}
I want to only have one page styled with two column but, the code I have applies the style change to all product pages. Is there a way to tweak the code to only apply the change to one page?
Thanks!