• Resolved milhouse6

    (@milhouse6)


    When opening a recipe full screen, the close ‘x’ icon and title in .cooked-fsm-top is hidden behind my fixed nav menu.

    Any way to move it? I’ve tried position: relative !important and it just peeks out from behind in Chrome, but not in FFox or Edge.

    • This topic was modified 8 years, 6 months ago by milhouse6.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Boxy Studio

    (@boxystudio)

    Hey there! Try the following custom CSS:

    .cooked-fsm { z-index:99999; }

    Thread Starter milhouse6

    (@milhouse6)

    Worked! Thank you.

    P.S. in case it helps anyone else – not sure if it was Divi or Ubermenu overriding this. In any case, this fixes it.

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

The topic ‘Can’t close full screen view’ is closed to new replies.