This topic has 6 replies, 3 voices, and was last updated 1 years, 6 months ago ago by Rose Tyler
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
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
I want the site to have a fixed resolution, ensuring that it appears the same on different desktop displays.
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
Its no working at all. Can find another solution to solve this?
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
Tagged: desktop, display, persuasive, templates, website, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up