Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Marjolaine12

    (@marjolaine12)

    Sorry, I noticed this is being discussed in an other thread. I will wait to see what is being said.
    Thanks,

    Plugin Author A. Jones

    (@nomadcoder)

    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.

    Plugin Author A. Jones

    (@nomadcoder)

    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.

    https://lechicbynadia.com/archives

    Plugin Author A. Jones

    (@nomadcoder)

    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;
    }

    Thread Starter Marjolaine12

    (@marjolaine12)

    Thanks for the update, everything is fixed and looking great!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Alignment’ is closed to new replies.