DIV for match-type-2 is outside “matchinfo new-layout” main container
-
Hi,
In the prediction page (not the edit prediction page), the DIV for new match type seems to be appended outside of the main container <div id=”matchinfo-1″ class=”matchinfo new-layout”>, it appears like this:<DIV id=”matchinfo-1″ class=”matchinfo new layout”>
<DIV id=”match-1-1″ class=”match closed match-card match-type-1″></DIV>
<DIV id=”match-2-1″ class==””match closed match-card match-type-1″></DIV>
…
</DIV>
<DIV id=”match-38-1″ class=”match closed match-card match-type-2″></DIV>
<DIV id=”match-39-1″ class=”match closed match-card match-type-2″></DIV>And this really messed up the display. I think this is after I added a new Match type which is now displayed here but outside of the maincontainer? Maybe I just need to find where to add this <DIV id=”matchinfo-1″ class=”matchinfo new layout”> to the new match type ?
Thanks
- The topic ‘DIV for match-type-2 is outside “matchinfo new-layout” main container’ is closed to new replies.