Hi, I am using the Brooklyn theme. How can I change the width of the whole site (except product page) and only on desktop version?
Solved! Go to the solution
Please provide website url and if your store is password protected then also provide password
You can send over Direct message
This is an accepted solution.
Please place this code between <head></head> in theme.liquid file
{% if template.name != 'product' %}
<style>
@media only screen and (min-width: 768px) {
.wrapper {
max-width: 1889px;
}
}
</style>
{% endif %}
Thank you for update
User | Count |
---|---|
449 | |
210 | |
105 | |
91 | |
86 |