Mobile Profile Page design

0
Hi All,   I’m trying to design a mobile page that has the users display picture and then their name to the right of it. However I can’t seem to get the name to appear to the right as it always sits under the image instead. I’ve been playing around with the CSS for this but can’t seem to shift the text onto the same line as the image.   I think it may have something to do with the image itself as the content seems to span the entire width of the page however I can’t seem to make the width only the size of image and not the page itself.   If anyone has any ideas that would be great thanks.  
asked
1 answers
0

Just found a way to do it, if you put max-width: min-content; on both coloumns of the layout grid then it will lay them out side by side

answered