Sorry, I noticed this is being discussed in an other thread. I will wait to see what is being said.
Thanks,
I am seeing this in a couple of places. I see that something is being inserted into the code that is causing this issue and it only appears to be happening in some themes. I will try to fix it in my next update.
There is another upgrade that will hopefully fix this. It is not an issue for me. I believe that WordPress is inserting a carriage return in front of every thumbnail except for the first one in a spot where a comment should be (these are not displayed). I removed the comments.
This is now fixed.
But…now..I have a button featured after my grid and instead of aligning center/ bottom it is aligning to slightly above the grid. Is there a css code for me to use to fix this?
Thanks for all your swift response and assistance.
http://lechicbynadia.com/archives
I’m not sure. Try this:
.thumbnailgridblock:after
{
clear:both;
}
Or perhaps this?
.thumbnailgridblock:after {
visibility: hidden;
display: block;
font-size: 0;
content: ” “;
clear: both;
height: 0;
}
Thanks for the update, everything is fixed and looking great!