Shop Categories

X

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

#27394
Zex
Moderator

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