I want to remove bottom bar line on iPhone X please help me
Hi @cooldp007 , If you asking about bottom menu tab for iphone X only so you need to write media query e.g.
@media only screen and (min-height: 810px) {
.footer-ios > ul{
margin: 8px 0 30px !important;
}
}
Note: please check the size for iPhone x.