Viewing 6 replies - 1 through 6 (of 6 total)
  • @acqua

    This is due to the content structure on your page being different.

    The first blockquote is structured as follows:

    <blockquote>
    <blockquote>
    <blockquote>
    <p>
    content
    </p>
    </blockquote>
    </blockquote>
    </blockquote>

    But later down the page they are :

    <blockquote>
    <p>
    content
    </p>
    </blockquote>

    Make the later ones match the first one and they should start to look the same.

    Thread Starter acqua

    (@acqua)

    Ok I get it but I want to align it at css level so that each quote box looks like the first one

    Possible?

    @acqua

    There is no issue with the CSS, it is due to the inconsistent CSS layout. If you want to use the HTML of the later elements you will need to update the CSS and also the HTML of the first element as well.

    Thread Starter acqua

    (@acqua)

    Can I simply make one change at the css level and that’s it?

    Tks

    Thread Starter acqua

    (@acqua)

    So is it possible?

    Thread Starter acqua

    (@acqua)

    closing

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Quote box (css)’ is closed to new replies.