• Resolved dou9dc

    (@dou9dc)


    Hello,

    There is a problem with the reponsive in mobile mode with the dropdown menu.

    Can you help me?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Andrea Grillo

    (@agengineering)

    Hi there,

    try to use this css rule to fix the problem:

    .tax-product_cat .et-db #et-boc .et-l .et_pb_column{z-index: initial;}

    You can past it in Extra CSS section under Appearance > Customize > Additional CSS

    Thread Starter dou9dc

    (@dou9dc)

    Hello,

    Thanks a lot, you learn me a new thing !

    The solution was :

    .et-db #et-boc .et-l .et_pb_row .et_pb_column.et-last-child, .et-db #et-boc .et-l .et_pb_row .et_pb_column:last-child, .et-db #et-boc .et-l .et_pb_row_inner .et_pb_column.et-last-child, .et-db #et-boc .et-l .et_pb_row_inner .et_pb_column:last-child {
    z-index: initial;
    }

    Plugin Support Andrea Grillo

    (@agengineering)

    Ti there,

    Thanks to share it with us!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Mobile phone responsive problem’ is closed to new replies.