I have created a website, which is working right on all the browsers but in Safari the layout is quite unstructured. What is the issue? IS the safari on the window does not
Fixed bootstrap 4 css issues using custom css. So, I have fixed the following issues of bootstrap 4 in Safari browser of windows and all the Browsers used on Mac.
Use this custom style in your css file
@media (min-width: 768px){
.navbar-nav{
margin:0 auto;
display: -webkit-inline-box;
}
.collapse:not(.show) {
display:block;
}
.row{
display: -webkit-inline-box;
}
}