Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #986362

    Hi
    I saw my code is modified , kindly add the same code and it will work

    @media screen and (min-width: 768px) {
    .t3-sl-1 {
        position: absolute;
        top: 200px;
        z-index: 9999;
    }}
    

    Hope its clear now !

    librandi Friend
    #986507

    Hi Pankay Sharma,
    now it’s fantastic, but the drop menu is hide when it is open, I try whith z-index in custom.css but does’t work.
    And can you explane me how I could change margin top in small screen.
    thank you for you patient.

    Pankaj Sharma Moderator
    #986694

    Hi
    To apply style for different screen sizes you can follow the Media query option .
    Here is doc .

    For z-index issue , kindly modify the older code with this code

      @media screen and (min-width: 768px) {
        .t3-sl-1 {
            position: absolute;
            top: 200px;
            z-index: 9;
            padding-top: 0px;
        }}

    It will solve the problem .

Viewing 3 posts - 16 through 18 (of 18 total)

This topic contains 17 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum