I think this may be fairly simple. I have two light box videos side by side, and two just below them.
I want to align the play buttons in the center of the video (before it starts).
I’m guessing it may be something like this:
/* center home page video button */
.page-id-87 .x-container .x-column {
position: relative;
}
.page-id-87 .x-container .x-column .fixed {
position: absolute;
z-index: 999;
left: 45%;
top: 35%
}
The problem is I’m too dumb to figure out the page id.
See attachment please