Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    Adding this to the style.css file of your theme should do the trick:

    .current-events td {
    vertical-baseline: top;
    }
    Thread Starter eckh20

    (@eckh20)

    I added the above t the bottom of the style.css file but no luck 🙁

    I’m not seeing that code in your stylesheet.

    Do have a cache plugin running that’s delaying the output? Was the file definitely saved / uploaded to the correct place?

    Are you using child theme?

    Thread Starter eckh20

    (@eckh20)

    Yeh I think this is a child theme. This is all a little outside my comfort zone to if you could explain clearly what I need to do, I’d appreciate it!

    Plugin Support angelo_nwl

    (@angelo_nwl)

    maybe you can try this css snippet instead

    table#current-events td {
     vertical-align: middle;
    }

    add this below your child theme css

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