[Resolved] Text displaced

Home Forums Support [Resolved] Text displaced

Home Forums Support Text displaced

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #633972
    Wolf

    Some of my texts are displaced for example: http://prntscr.com/kbrh3n http://prntscr.com/kbrh88 http://prntscr.com/kbrhf8
    Any idea what causes this ?

    #633986
    David
    Staff
    Customer Support

    Hi there, the base.css (bootstrap) contains this CSS:

    blockquote, body, 
    center, cite, code, 
    dd, del, dfn, div, dl, 
    dt, em, fieldset, font, 
    form, h1, h2, h3, h4, h5, 
    h6, html, i, iframe, img, 
    ins, kbd, label, legend, li, 
    object, ol, p, pre, q, s, samp, 
    small, span, strike, strong, sub, 
    sup, tt, u, ul, var {
        vertical-align: middle !important;
    }

    Problem looks to be the result of it including the span

    #633992
    Wolf

    Can I edit this within wordpress ?

    #634008
    David
    Staff
    Customer Support

    You can from the Appearance > Editor and select CSS > base.css
    If the bootstrap is being added by a plugin just be mindful that updates will overwrite that change.

    #634076
    Wolf

    So what is the best solution to edit this, in your opinion?

    #634091
    David
    Staff
    Customer Support

    The code is coming from Widget Kit for Elementor. How much do you need that plugin? Looking at the base.css there is already some commented out content and looking at the code coverage is less than 5% (that is 95% of it’s not being used).

    We could look at enqueing another style sheet to load after it – but it seems a bit daft to add more code if its not necessary.

    #634516
    Wolf

    Thanks for your wizardry. I uninstalled widgetkit and used a different plugin. Works like a charm now.

    #634604
    David
    Staff
    Customer Support

    Awesome! Glad to be of help.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.