Comments gav started the conversationAugust 19, 2014 at 10:51amHi,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 repliedAugust 19, 2014 at 3:14pm 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...}RegardsdjwdRegardsdjwd Sign in to reply ...
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.
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