Hi,
i found this problem when i try to resize the browser window
how to fix it?
Thanks
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px){
.responsive .title_container .breadcrumb {
position: relative;
right: auto;
top: -6px;
margin: 0;
left: -2px;
}
}
Cheers!
Josue
It Works, Thank You