Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1168608
Overwrite thegem-widgets.css
Closed

Comments

  • justin started the conversation

    I'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,280
    Oliver replied

    HI!

    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, Oliver

  • justin replied

    This worked, thank you!

  •  7,280
    Oliver replied

    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