Reply To: TITLE SIZES ON MOBILE DEVICES Home › Forums › Agama Pro › TITLE SIZES ON MOBILE DEVICES › Reply To: TITLE SIZES ON MOBILE DEVICES August 7, 2020 at 2:50 pm #27625 ZexModerator Hi, Maybe you should hide the left side of the breadcrumb title for the mobile view, using the next code: @media screen and (max-width: 600px){ .vision-page-title-captions{ display:none; } .vision-page-title-secondary{ top:inherit!important; } }