Increase container width and all elements for higher resolution

This topic has 4 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Rose Tyler

  • Avatar: r1nk
    r1nk
    Participant
    October 29, 2018 at 12:35

    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)

    Please, contact administrator
    for this information.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 29, 2018 at 13:05

    Hello,

    Theme Options > General > Site width

    Regards

    Avatar: r1nk
    r1nk
    Participant
    October 29, 2018 at 14:57

    There is no that option. (See screenshot)

    Because of older theme version?
    Is there any other way to adjust it, like CSS maybe?

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 29, 2018 at 15:11

    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

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.