Hey guys,
This page used to work just fine before the Pro update, but after the update, some CSS is not rendering correctly. I just want the time stamp in the “TAKE A LOOK INSIDE THE SONGWRITING MATRIX” in the accordion to stay on the right side of the accordion.
Right now, the code is displaying in the accordion title instead of just referencing the custom CSS.
For example, code for that is as follows:
<span class="accordion-title-pull-right">11 Videos - 1hr 18m</span>
.accordion-title-pull-right {
float: right;
opacity: .5;
}
And it’s strange because when I am signed in, it looks fine. But when I preview it or look at the page publicly, it does not push this time stamp to the right.
Thanks for your help!