Comments justin started the conversationMay 12, 2017 at 10:18amI'm trying to overwrite the thegem-widgets.css: .post-meta-right > * vertical-align:top;with .post-meta-right > * vertical-align:middle;When I create thegem-widgets.css in my child folder it doesn't seem to load. How do I fix this?I am on localhost, so I don't have a website to share.Thanks 7,092Oliver repliedMay 12, 2017 at 11:39amHI!Just add body before the new code: body .post-meta-right > * { vertical-align:middle; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliverjustin repliedMay 12, 2017 at 4:24pmThis worked, thank you! 7,092Oliver repliedMay 15, 2017 at 6:58amFeel free to contact us if you need help.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
I'm trying to overwrite the thegem-widgets.css:
with
When I create thegem-widgets.css in my child folder it doesn't seem to load. How do I fix this?
I am on localhost, so I don't have a website to share.
Thanks
HI!
Just add body before the new code:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
This worked, thank you!
Feel free to contact us if you need help.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver