• Resolved mrtnthmsn

    (@mrtnthmsn)


    My next button has turned cursive and gone all the way to the right, which destroys the aesthetics.

    Before it was “normal” and centered.
    Can we add this as an option?

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author oooorgle

    (@oooorgle)

    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.

    Thread Starter mrtnthmsn

    (@mrtnthmsn)

    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.

    Plugin Author oooorgle

    (@oooorgle)

    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;}

    Thread Starter mrtnthmsn

    (@mrtnthmsn)

    The new “important” code worked, thank you!

    Plugin Author oooorgle

    (@oooorgle)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Issue with next button’ is closed to new replies.