diff --git a/css/mobile-first.css b/css/mobile-first.css index 83097771..df2ed074 100644 --- a/css/mobile-first.css +++ b/css/mobile-first.css @@ -1938,16 +1938,18 @@ input.Inquiryphone {width:45.4% !important;} } } @media (max-width: 750px) { - .infotailorword { width: auto; - top: calc(100% - 270px); + .infotailorword {width: auto; + top: calc(100% - 265px); padding: 0 15px; font-size: 25px; text-align: center; - line-height: 30px;} + line-height: 30px; + display: block; + position: relative;} .infotailormade {float: none; display: block; margin-top: 20px; - width: 100%;} + width: 80%;} .nextarticle { position: initial; margin-bottom: 15px; width: calc(100% - 30px);