Hi,
I’m trying to move a column to the bottom, but can’t manage to do it. I already selected “Vertical align: bottom” on both the column and the section without any success.
Any ideas?
Thank you!
Hi Oscar!
Could you please flush browser cache and refresh your page a few times? It looks fine on my end. Attached a screenshot in private content field below :)
Cheers!
Yigit
Hi Yigit,
Thank you for your response. It only happens at a width of 767, bigger ones load where it should :)
Hi Oscar,
Try adding this CSS code in Quick CSS, located in Enfold > General Styling:
@media only screen and (max-width:767px) {
.home #av-layout-grid-1 .flex_cell_inner {
margin-top: 180px !important;
}
}
Hope it helps. :)
Best regards,
Nikko
Thank you Nikko! That did the trick.
Have a nice day!