• Resolved eggbird

    (@eggbird)


    I have a table with 3 coloms. The vertical alignement of the content is strange. The right column follows the left column ?? See attachment

    Knipsels.JPG

Viewing 8 replies - 1 through 8 (of 8 total)
  • Kaavya Iyer

    (@kaavyaiyer)

    Hi @eggbird,

    I am unable to open the attached image. You can upload the screenshot on https://snipboard.io tool and share the URL here.

    Thread Starter eggbird

    (@eggbird)

    Thread Starter eggbird

    (@eggbird)

    Expect the content left and right at the top

    Moderator bcworkz

    (@bcworkz)

    Thanks for re-posting the image. The problem is almost surely within the CSS being applied. We would need a live link to the page in question to be able to investigate further and offer suggestions for a fix.

    Note that replies are only editable for a short while and moderators will not later remove links to your site which you’ve placed in replies. Some people are reticent to have their site be public for some reason. Most are fine with it.

    Thread Starter eggbird

    (@eggbird)

    Moderator bcworkz

    (@bcworkz)

    Your theme applies a vertical-align: baseline property to nearly everything, which overrides an element’s valign property. You can override the override with something like:
    .story td { vertical-align: top; }
    Place this in the customizer’s Additional CSS section.

    Thread Starter eggbird

    (@eggbird)

    Thank you !

    Thread Starter eggbird

    (@eggbird)

    so much

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

The topic ‘issue with html table’ is closed to new replies.