Okay
  Public Ticket #266934
move flex-cat & entry-posted down
Closed

Comments

  • gav started the conversation

    Hi,

    How can I move the category & entry-posted down?

    As in, I want to make it stick to the bottom of each postimage (see attached).

    I have tried CSS - but in responsive, it drops Too-far-down.

  •  93
    djwd replied

    Hi there,

    personal customizations go beyond regular support. However if you want to limit your custom CSS to target only full desktop view, you could try by wrapping it in a media query, as such:

    @media and (min-width: 1199px) {

    ...your css here...

    }

    Regards
    djwd

    Regards
    djwd