This topic has 12 replies, 4 voices, and was last updated 9 years, 5 months ago ago by Robert Hall
Hi,
Where is the code for the response shop page where it changes from 2 column to single column? I’d like to change the settings to it only reduced to single column for a narrower width (or none at all).
Thanks!
Hello,
This question is a bit unclear for us. Could you please clarify us with more details?
Maybe provide screenshot for our better understanding and highlight what exactly you want.
Regards,
Robert Hall.
Yes, when the phone is in landscape, there are 2 product columns in the store. When it’s in portrait, there is only one. I’d like to to remain 2 columns.
Hello,
Please add this code in custom.css file
@media (max-width: 479px){
.products-grid.product-count-4 .product:nth-child(n) {
width: 50%;
}}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thanks. I’ll add it in and let you know how it goes.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Thanks, one last thing to fix it up.
I have a filter dropdown and page number at the top. In landscape mode, it’s perfect.
In portrait, everything gets centered. All the filter categories and options.
What I’d like, is not just to have the shop page have 2 columns at a smaller width, but act exactly like the landscape mode with the wider width.
Can you help?
Thanks!
You can see it here:
http://www.rwlee33.staging.wpengine.com/shop
Basically, I’d like things right aligned in the portrait mode, not centered.
Hello,
we can not reach your site at the moment: http://www.rwlee33.staging.wpengine.com/shop
Please check.
Regards,
Stan Russell.
sorry, no www
Also, I’m working things out in custom CSS. Don’t worry for now.
Hello,
Ok, if you have any questions please feel free to contact us.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up