This is my custom.css. I see it when clicking on the link you provided.
sp-top-bar {
padding: 8px 0;
font-size: 16px;
}
body.ltr #offcanvas-toggler.offcanvas-toggler-right {
float: right;
margin-right: 20px;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
.view-article header#sp-header .row {
background: #333 !important;
}
.view-article .offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
display: block;
font-size: initial;
padding: 0.125rem 0;
position: relative;
}
}
@media (max-width: 991px) {
.item-180 {
display: none !important;
}
@media (min-width: 992px) {
.onlyvisible_menu_item_on_phone {
display: none !important;
}
/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {
.onlyvisible_menu_item_on_phone {
display: none !important;
}
}
When I use my safari browser on my mac and minimize the screen size the logo menu item dissapears. But the START menu item does not dissapear when showing the page in full screen.