Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #314723

    Dear team,
    on the iPad the menu glue to the left, please see the screenshot:

    How can “detached” it from the left please?

    thank you!
    Alfiya

    #314857

    Hey!

    Try with this code:

    @media only screen and (min-width: 767px) and (min-width: 989px) {
        #header_main .container {
            width: 90% !important;
        }
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.