Add a higher resolutions to responsive settings

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10036407
    RTJohnson85
    Participant

    Is it possible to add more responsive levels so monitors or screens higher then 1920 will have items appear in place. Right now I can only see 4 responsive levels


    #10036416
    Support
    Keymaster

    Hello,

    Unfortunately that’s not possible.

    Currently the template comes with 5 responsive levels:
    – Extra Small (0px until 575px)
    – Small (576px until 767px)
    – Medium (768px until 991px)
    – Large (992px until 1199px)
    – Extra Large (1200px until 99999px)

    You can create your custom CSS media queries, for example:

    (css/custom.css):

    /* This code will apply only on screens higher than 1920px */
    @media(min-width: 1920px) {
        /* Your custom CSS code here */
    }

    We hope this helps!

    Let us know if you have more questions.

    Kind Regards,

    Rodrigo.


    If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads


Viewing 2 posts - 1 through 2 (of 2 total)

This topic is marked as "RESOLVED" and can not rceive new replies.