Re: Screen responsiveness

Solved

Screen responsiveness

Daniel19901
Shopify Partner
244 0 65

Hi everyone,

Hope someone can help!
For some reason our customer sees a very wide screen and everything is tiny, although he is using 1920 * 1080.  What is wrong ? - I asked him to set his screen on 100% (no zoom), but it still looks like this.

 

When I checked the display settings of my device (Windows / Lenovo) it was 1920* 1080 and the website looks good when I go to the browser- but he sees it way more broad. ONLY When I check the responsiveness of the page (inspect) and use 1920 * 1080 as size I get the same issue that he gets (everything is way too broad and small)

 

I didn't change the theme settings, so I don't know what's wrong, everything should have been looking normal


Store: https://aaba5d-52.myshopify.com/
Hope you can help

How he sees it:

Daniel19901_4-1721722936526.png

 

How I see it:

Daniel19901_5-1721722978969.png

 

Accepted Solution (1)
Sweans
Shopify Partner
406 79 123

This is an accepted solution.

Hi @Daniel19901 ,

To adjust the design for larger screen sizes and make it more responsive, you can modify the container width and increase the font size.

please follow the steps below:

1.Go to your Shopify Admin.
2.Navigate to Online Store > Themes.
3.Find the theme you're using and click Actions > Edit code.
4.In the left sidebar, under the layout directory, click t4s-content-position.css

paste the code and save

.t4s-content-position.t4s-container {
width: 90% !important; /* Adjust the width as necessary */
}


If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!

Regards,
Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

View solution in original post

Replies 4 (4)

Huptech-Web
Shopify Partner
930 187 196

Hello @Daniel19901The appearance will remain the same only when it is viewed in inspected mode in the browser.
Feel free to reach out if you have any additional questions. If this solution is helpful, please consider liking and accepting it.
S.P

If you found this response helpful, please do like and accept the solution. Thanks!
Need support with Customizing your Shopify store?
Feel free to contact me at info@huptechweb.com or Visit our website Huptech Web.
Instant Shortcode Builder: Integrate customizable UI features anywhere in your store - No coding knowledge required

Sweans
Shopify Partner
406 79 123

Hi @Daniel19901 ,

I think the website was designed with a 1440px screen width, but the customer's device has a 1920px screen width. Since the container width is fixed at 1170px for both screen sizes, everything appears small and broad on the customer's screen. To resolve this, we need to adjust the design to be more responsive and adapt better to larger screen sizes.

If you need further assistance, feel free to reach out!

I hope this helps! If it does, please like it and mark it as a solution!

Regards,
Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com

Daniel19901
Shopify Partner
244 0 65

Hi @Sweans thank you very much for that! How can adjust the design ?

Sweans
Shopify Partner
406 79 123

This is an accepted solution.

Hi @Daniel19901 ,

To adjust the design for larger screen sizes and make it more responsive, you can modify the container width and increase the font size.

please follow the steps below:

1.Go to your Shopify Admin.
2.Navigate to Online Store > Themes.
3.Find the theme you're using and click Actions > Edit code.
4.In the left sidebar, under the layout directory, click t4s-content-position.css

paste the code and save

.t4s-content-position.t4s-container {
width: 90% !important; /* Adjust the width as necessary */
}


If you need further assistance, feel free to reach out!
I hope this helps! If it does, please like it and mark it as a solution!

Regards,
Sweans

- Was my reply helpful? Please Like and Accept the Solution or let me know by Buying me coffee!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me at info@sweans.com regarding any help.
- To know more about me check out www.sweans.com