Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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