Hi mrtnthmsn,
I will see what I can do to integrate the alignment but in the meantime…
.quotes-llama-widget-next {text-align: center; font-style: normal;}
Navigate to your Dashboard–>Appearance–>Customize–>Additional CSS and paste that css. This should center and remove the italic.
I already have this pasted:
.quotes-llama-widget-next {text-align: center; font-style: normal; margin-top: 10px;}
.quotes-llama-widget-random hr {display: none;}
I suppose it wont make a difference.
Hmm, that should work. When I paste what you provided it works as expected. Perhaps try removing it and paste then publishing the CSS again? Could also try !important.
.quotes-llama-widget-next {text-align: center !important; font-style: normal !important; margin-top: 10px !important;}
.quotes-llama-widget-random hr {display: none !important;}
The new “important” code worked, thank you!
Great! At least it is working again. Not sure if there is a way around using it but going to look into that one. Using !important is a literal last resort and I can’t explain why it works without it for me but not you. I can inspect your page and edit just fine too.
Going to refresh the topic of CSS cascade and specificity. I’m pretty sure that’s where the answer lies.
Take care.