question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

valign and columns

See original GitHub issue

I am trying to vertically align images within a column. However, when I get the valign working like this:

<div class="container">
         <div class="row valign-wrapper">
              <div class="col s12 l4">
                    <p class="white-text flow-text center-align">Some text</p>
              </div>
              <div class="col s12 l8">
                    <div class="center-align">
                         <img class="responsive-img valign" src="pictures/picture.jpg">
                     </div>
              </div>
       </div>
</div>

The columns cease to work – no matter what size there’s always two columns. I’ve tried separating the valign wrapper into its own div, placing it in the column div, all with no avail.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
kirtan403commented, Dec 4, 2016

Anyone made this work?

0reactions
FelisPhasmacommented, Oct 22, 2016

Same problem. How have you all handled it? @buzzb0x @famagusta @sakulstra @jjalonso @steelcowboy

Read more comments on GitHub >

github_iconTop Results From Across the Web

HTML | <col> valign Attribute - GeeksforGeeks
The HTML <col> valign attribute is used to specify the vertical alignment of the text content in a column element. Syntax:.
Read more >
Set vertical alignment — valign • flextable - ArData
change vertical alignment of selected rows and columns of a flextable. valign(x, i = NULL, j = NULL, valign = "center", part =...
Read more >
vertical-align - CSS: Cascading Style Sheets - MDN Web Docs
The vertical-align CSS property sets vertical alignment of an inline, inline-block or table-cell box.
Read more >
HTML Form Code For Beginners (And When To Use It) »
Tables: A complete explanation of how to use VALIGN to set the vertical alignment of cells in an HTML table. Part of a...
Read more >
CSS vertical-align not working for certain rows/columns of the ...
The reason vertical-align isn't working is at the moment is some cells have a padding that is determining their heights.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found