Can anyone help me or have a good solution to the problem?
It concerns the collection page in the symmetry theme. I can’t get the entire row to utilize the full width. I have unchecked both in the settings but, there are no changes.
I have attached 1 image that shows how I want it (it is from the Edge theme). So i want to have same width as the picture who is shown with the black box.
WOW! Thank you very much, it worked perfectly! Is it also possible to make the “space” between the images a little narrower? So there isn’t so much white space around
@devcoders Thank you very much, it worked perfectly! Is it also possible to make the “space” between the images a little narrower? So there isn’t so much white space around
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance. If helpful, please like all posts.
Many themes use CSS variables to control important parameters.
In this case I feel it’s better to change these CSS variables to make theme code do the rest – work together with theme code, not against it.
Also, editing theme code for changes like these does not make sense – I’d rather use “Custom CSS” settings of the section in question.
Another benefit of “Custom CSS” section setting is that these rules are scoped to this section only, so you can setup different sections of the same type differently.
Also, allowing your product grid to grow full-bleed may look bad on ultra-wide monitors, where product cards will grow huge. Also, images may become fuzzy there.
So, luckily, theme has CSS variable to help with this. The following code will show
How would you do for this section for example?
This is product list section that will be placed on front page. I want it full width and smaller gap of white between the products.