Reply To: some quiestions an CSS Help needed Home › Forums › Agama Pro › some quiestions an CSS Help needed › Reply To: some quiestions an CSS Help needed July 10, 2020 at 10:05 am #27394 ZexModerator Hi, Try to add the following CSS code: @media screen and (max-width: 992px){ #top-bar-wrap { display: block!important; } .top-links ul li:not(.lang-item){ display:none; } #masthead .pull-left:not(#agama-logo){ float: right!important; } } Regards