Reply To: Image Alignment Issues

Homepage Community Forums Legacy Theme Support Image Alignment Issues Reply To: Image Alignment Issues

#13708
Eric
Customer

    It looks like it’s coming from a pinterest plugin you have installed. Whenever I adjust the css for the pinterest plugin everything shows up properly. So the pinterest plugin is adding code that adjusts not only it’s content, but all of the other content on the site as well.

    Here is the exact code coming from that plugin –

    .pibfi_pinterest {
        position: relative;
        display: inline-block;
    }

    It’s the display: inline-block; part that I believe is causing the issue. You may have to add some custom css to override that plugin if you need to use it. I’m still looking into it.


    I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com