dawn theme - move my marqee on top of banner image - z-index dosnt work(static)

  • Here is the solution for you @xnyjyh
  • Please follow these steps:

  • Then find the base.css or theme.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
.marqstory {
    top: 57px !important;
    position: relative !important;
    z-index: 1 !important;
}
1 Like