-
AuthorPosts
-
August 10, 2015 at 6:56 am #354891
Hi, I have a section with one row and two columns: in the left one is text, and to the right an image. I’d like for the image to stay flush with the bottom of the row as the page the page is resized.
Currently it (or specifically the div it’s contained it, with class ‘x-column x-sm x-1-2’) sticks to the top of the row, until the responsive break, and then it goes back to the bottom.
How could I do this? Thanks!
August 10, 2015 at 7:05 am #354898Hi Jason,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
August 10, 2015 at 8:12 am #354948This reply has been marked as private.August 10, 2015 at 8:43 am #354974Hi Jason,
To align it at the bottom, please add the code below in the style field of the 2 columns where your text and image resides.
float: none;display: inline-block;vertical-align: bottom;
Kindly note that you need to enable advanced controls for the style field to show up
Hope that helps.
February 9, 2016 at 5:06 pm #788064I’ve been grappling with this issue for a few days now. Thanks for your solution Theme.co, it works perfectly 🙂
February 9, 2016 at 10:42 pm #788441Happy to hear that. Feel free to ask us again. Have a great day! 🙂
May 18, 2016 at 1:30 pm #997875Hi! I have the same issue and tried what was suggested here and it didn’t work.
What do i do?
The site is http://www.ninahmars.com/privado you can see it in the homepage and in the ARTE section as well
thanks
FabiMay 18, 2016 at 4:07 pm #998124Hi Fabi,
Thanks for writing in! Please add a class mbn to the ARTE and MUSICA image element.
Hope it helps, Cheers!
-
AuthorPosts