I have to know in which file is added the following code.
If I had only one post in slide
<div class=”slides displayblock”>
But I have more than 1 changes to
<div class=”slides displayblock” style=”position: absolute; top: 0px; left: 0px; display: block; z-index: 3; opacity: 1; width: 674px; height: 280px;”>
<div class=”slides displayblock” style=”position: absolute; top: 0px; left: 0px; display: none; z-index: 2; opacity: 0; width: 674px; height: 280px;”>
some file add the style””, but these code gets me wrong dimensions for width.
I have to know which file add this code. I think was a js file because is dinamic, but I can’t found this!