• Hello,

    My site is here .

    I am trying to customize the footer with a table showing videos.

    As you can see, the first column is way too small, I need to set the table’s width, each column’s width, and maybe other styles.

    Can someone shed me some light?

    Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think part of your issue is that your text widget there is wrapped with this line:

    <div class="col-md-3 col-sm-6 enigma_footer_widget_column">

    which has a width of only 24.9% so I would start by adjusting that markup to a wrapper that is 100%. Is the ideas to be full width for each row? like 50% text 50% video for each row? Maybe a screenshot of what the desired outcome would be would be helpful in order to full assist here, but so far it looks like an issue with the current markup and styling. Hope this helps shed some light on the current issue.

    Thread Starter mdivk

    (@mdivk)

    Thank you, where did you see the 24.9%?

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

The topic ‘Stuck at table column's width adjustment’ is closed to new replies.