Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #317020

    Hi,

    i found this problem when i try to resize the browser window
    how to fix it?

    Thanks

    #317097

    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

    #318329

    It Works, Thank You

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘a css problem with breadcrumb’ is closed to new replies.