This topic has 4 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Hello,
Is there any way to increase the container width and also all the product images/texts for screen resolution that is more than 2560px?
As right now, the contents are pretty small to see. (See screenshot)
Hello,
Theme Options > General > Site width
Regards
There is no that option. (See screenshot)
Because of older theme version?
Is there any other way to adjust it, like CSS maybe?
Please try to use this custom css code:
@media screen and (min-width: 2560px) {
.home.archive .container-shrink, .archive .container, .page-template .container, .page-template-default .container {
width: 2000px;
}
}
Regards
You must be logged in to reply to this topic.Log in/Sign up