אני רואה את הבאג, אנחנו נסדר את זה בעדכון הבא. בינתיים תכניסי את הקוד הבא אל > התאמה אישית > Live CSS וזה יסתדר:
@media (max-width: 767px) {
#title-bar.title-bar-style-custom_bg,
#title-bar.title-bar-style-transparent {
height: auto !important;
line-height: 1.4 !important;
padding: 15px 0;
}
#title-bar.title-bar-style-custom_bg .container,
#title-bar.title-bar-style-transparent .container {
display: block;
}
#title-bar.title-bar-style-custom_bg .title-primary,
#title-bar.title-bar-style-transparent .title-primary,
#title-bar.title-bar-style-custom_bg .breadcrumbs,
#title-bar.title-bar-style-transparent .breadcrumbs {
display: block;
max-width: 100%;
text-align: inherit;
}
#title-bar.title-bar-style-custom_bg .breadcrumbs,
#title-bar.title-bar-style-transparent .breadcrumbs {
padding-top: 10px;
}
body.rtl #title-bar.title-bar-style-custom_bg .title-primary,
body.rtl #title-bar.title-bar-style-transparent .title-primary,
body.rtl #title-bar.title-bar-style-custom_bg .breadcrumbs,
body.rtl #title-bar.title-bar-style-transparent .breadcrumbs {
text-align: inherit;
}
}