This topic has 6 replies, 2 voices, and was last updated 6 years, 4 months ago ago by Rose Tyler
Hi there,
Earlier I have asked and be suggested to add this code to change the site width on specific pages:
/*The homepage site width*/
@media only screen and (min-width: 1450px){
.container {
width: 1450px;
}
However, just now I have noticed that the website width is changing back to its original theme default settings, could you please let me know if this code is still working?
https://ibb.co/e8FqY8
Thanks and Regards
Graham
Hello,
http://prntscr.com/jlwuxz
Please change this code:
/*The homepage site width*/
@media only screen and (min-width: 1450px){
.container {
width: 1450px;
}
to
/*The homepage site width*/
@media only screen and (min-width: 1450px){
.container {
width: 1450px;
}
}
Regards
Hello,
Can you please let me know how to change the site width for the —— “Woocommerce Category pages”?
Thank you
Regards
Hello,
Sorry for the delay due to the weekends.
Please provide a screenshot for better understanding what exactly should be changed. Also, provide wp-admin access one more time because the previous is incorrect.
Regards
Hi, there
I have attached the screenshot and the WP login credentials in the private section,
Can you please have a check?
Thank you very much
Regards
Hello,
Please try this custom css code:
.archive.woocommerce-page .content-page {
width: 80%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up