"Our story" botton is not visible enough on Lenovo x1 carbon laptop

"Our story" botton is not visible enough on Lenovo x1 carbon laptop

ym24
Excursionist
50 0 11

A customer was viewing from their device which is a Lenovo x1 carbon and the "OUR STORY" but was underlapped by the design. Please see attached. However, on my laptop which is a MAC, I did not face this issue. Only found out about it now! 

 

Screen Shot 2022-02-13 at 5.01.23 PM.png

Thank you.

 

Replies 7 (7)

suyash1
Shopify Partner
10698 1318 1697

@ym24 - i think smaller screen size is taking menu item to second line and that is creating this issue

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

dmwwebartisan
Shopify Partner
12366 2558 3743

@ym24 

Please share your store URL!

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
ym24
Excursionist
50 0 11
shopoatful.com
suyash1
Shopify Partner
10698 1318 1697

@ym24 - your menu looks sticky, make sure you have not scrolled down, because if you have scrolled then it will overlap any content on page

Support me | To build shopify pages use PAGEFLY | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30.

AvadaCommerce
Shopify Partner
3879 840 1003

Hi @ym24,

 

Each website looks a little different on different screen sizes. With smaller screen sizes, your customers may have to zoom out a bit to see the full content of your website. If you zoom in on the screen with your device, you will see the same problem.

If my answer is helpful, please mark it as SOLUTION 😉

banned

LitCommerce
Astronaut
2860 684 760

Hi @ym24,

Go to Assets > style.css and paste this at the bottom of the file:

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    #shopify-section-16334368138a281072 .wave_text{
		margin-top: -90px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    #shopify-section-16334368138a281072 .wave_text{
		margin-top: 0px !important;
		margin-bottom: 50px !important;
	}
}

Hope it helps!

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!
LitCommerce
Astronaut
2860 684 760

Hi @ym24,

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.

LitCommerce - The Most Simple & Affordable Multi-channel Selling Tool.
Effortlessly sell on biggest marketplaces like Amazon, Etsy, eBay, Facebook etc with bulk listing tool, real-time sync & smart order management. Use LitCommerce free for 1-year now!