Difference in desktop displays of my website

This topic has 6 replies, 3 voices, and was last updated 1 years ago ago by Rose Tyler

  • Avatar: Catholicans
    Catholicans
    Participant
    April 27, 2023 at 08:07

    Is it possible to maintain a consistent static resolution for my website across all desktop displays, as I have observed a significant difference in how it appears on a 14-inch display compared to what I had developed?

    Screenshot: https://snipboard.io/GcSVAm.jpg

    5 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    April 27, 2023 at 09:42

    Hello, Catholicans,

    Thank you for using our theme and for reaching out to us.

    In order to resolve your issue, please go to XStore > Theme options > General/Layout > Site Layout and select the layout that best suits your needs. Once you have made your selection, please click the “Publish” button.

    For further reference, please refer to the image provided at the following link: https://postimg.cc/Y4nNmmCt

    We hope this helps.

    Best Regards,
    8Theme’s Team

    Avatar: Catholicans
    Catholicans
    Participant
    April 27, 2023 at 10:12

    I want the site to have a fixed resolution, ensuring that it appears the same on different desktop displays.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 27, 2023 at 14:12

    Hello, Catholicans,

    Thank you for your response.

    We would recommend you set the options according to the values which will suit your expectations best on different devices.
    In case you want to make static width of your website for all you may try to use the next custom CSS (but it is not perfect and should be improved). Example:

    @media only screen and (min-width: 992px) {
        .template-content,
        .page-wrapper,
        .et-container, .container{
            min-width: 1320px;
        }
        .template-content,
        .page-wrapper {
            width: 100%;
        }
    
        .template-container {
            overflow: auto;
            width: 100%;
        }
    }

    I would be glad to help you with new questions, however, please note that additional customization is out of the scope of our basic support.
    If you are interested in paid customization services, please submit a customization request to the WPKraken team at the following link: https://wpkraken.io/?ref=8theme.

    Best Regards,
    8Theme’s Team

    Avatar: Catholicans
    Catholicans
    Participant
    May 4, 2023 at 04:49

    Its no working at all. Can find another solution to solve this?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 4, 2023 at 14:12

    Hello, Catholicans,

    There is no other ready solution, unfortunately.
    In some cases, additional customization may be necessary and is outside the scope of our basic support.
    If you would like to pursue paid customization services, please submit a customization request to the WPKraken team.

    Best Regards,
    8Theme’s Team

  • Viewing 6 results - 1 through 6 (of 6 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.