简体   繁体   中英

How to solve font intercepting issue?

I am working on the website but I am going through some error and I really don't know exactly how to solve it. Can you please help me to solve this issue?

Here is the issue:

这是它在桌面上的外观

But in mobile is is working fine:

流动检视

Website link: Check the product section here

Please help me to solve this issue?

You need to use display:flex; instead of display: -webkit-box; for below css class:

.product-lightbox-contentbox li{
    display:flex;
}

line no: 627 in product-page.css file

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM