• Resolved luda2015

    (@luda2015)


    Hi everyone–
    I have a small problem with my theme, but it’s driving me crazy ??

    On my website (https://www.adventureswithluda.com), the image and text don’t align together properly. If you look at the top post, the text below the image starts a little bit earlier (by 1 or 2 pixels) than the image. Is there any way to fix the issue?

    Thank you so much! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • brandonzundel

    (@brandonzundel)

    The quick fix would be to add this to the bottom of your theme’s CSS file:

    article{
    padding: 21px;
    }

    Thread Starter luda2015

    (@luda2015)

    Hi Brandon,
    Thank you so much! This worked perfectly in Safari (yay!) but it looks like its not showing up in Chrome for some reason. Do you know what might be the problem?
    Thanks again for all your help! ??

    brandonzundel

    (@brandonzundel)

    Looks fine in Chrome for me, so I’m guessing the old code is just cached.

    Thread Starter luda2015

    (@luda2015)

    Ah gotcha, I cleared my cache and it works ?? Thank you for your help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Quick padding/alignment issue’ is closed to new replies.