Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1173102

    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!

    #1173175

    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

    #1173177

    Hi Yigit,

    Thank you for your response. It only happens at a width of 767, bigger ones load where it should :)

    #1173532

    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

    #1173616

    Thank you Nikko! That did the trick.

    Have a nice day!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘CSS help’ is closed to new replies.