Digital experiences for all disciplines
Forum Replies Created
Viewing 8 posts - 1 through 8 (of 8 total)
-
Posted in: We hit Power Elite.
-
I got same error.
With version 2.03 problem resolved. Thanks Joachim
I did it, you can see it with firebug. Sorry, but it don’t work, why position of underneath element is absolute.
position: absolute;
top: 270px;Sorry, it’s don’t work why position is absolute. Top is a computed value.
element.style {
left: 0;
min-height: 270px;
opacity: 1;
position: absolute;
top: 270px;
}After update 2.02 it works better, but not perfect. Vertical distance isn’t ok. Reason is generated thumbnail size of 600px450px and computed box hight of 360px. (see here http://lehmann.photos/gallery/)
I deactivated all plugins, but it didn’t fix the issue
This reply has been marked as private.Sorry, I found solution for custom css:
.pinterest a {
display: none;
} -
Posted in: We hit Power Elite.
Viewing 8 posts - 1 through 8 (of 8 total)