• Resolved derfuchs98

    (@derfuchs98)


    Hey Anders,

    thank you so much for supporting the koji theme, really like it very much!!

    Since version 2 there is an issue inheriting text-align properties in some cases.

    I’m using the Accordion feature by the Kandence Blocks plugin. However, since V2.0 it happens that the property “text-align: center;” is inherited to all blocks inside the Accordion. Initially it should be “text-align: left;”

    I’m able to trouble shoot this effekt with a custom CSS like this:

    h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td, figure, figcaption {
    text-align: initial;
    }

    However, it might be worth investigating the root cause of this issue.

    Thanks in advance for your help.

    Jürgen

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @derfuchs98,

    The issue seems to stem from the .aligncenter, .alignnone, .alignwide, .alignfull alignment classes being set to text-align: center in Koji, probably as a backwards way to center align the image captions. I’ll update that in a future version. Thanks for posting!

    — Anders

    Thread Starter derfuchs98

    (@derfuchs98)

    Thank you! I’ll wait for the next update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text-align issue’ is closed to new replies.