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 8, 2020 at 5:54 pm
#27373
Moderator
Hello,
Try to Insert the following css codes into Customizing->General->Additional CSS:
@media screen and (min-width: 993px){
.top-bar-out #top-bar,
.top-bat-out #top-bar-wrap{
display: block!important;
position: fixed!important;
top: 0!important;
background-color: rgba(255,255,255,0.9);!important;
max-width:1600px!important;
width:100%!important;
padding:0 20px;
z-index:9!important;
border-top-style: solid;
border-top-color: #002d5b;
border-top-width: 17px!important;
}
.sticky-header-shrink{
top:106px;
border:none!important;
}
#top-bar-wrap{
display:flex!important;
flex-direction: column-reverse;
max-width: 1600px!important;
}
#top-bar .pull-left,
#top-bar .pull-right{
margin-right: 0px!important;
margin-left:auto;
}
}
Regards