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

    Hi,
    in the footer I have three columns and I would like the content in the third column to be aligned bottom.
    Thank you for your support.

    • This topic was modified 5 years ago by famarinu.
    #1158373

    Hi,
    any suggestion for this problem?
    Thank you.

    #1158544

    Hi famarinu,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 768px) {
      #text-5 .textwidget {
        padding-top: 150px;
      }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1158620

    Isn’t there a way to use the vertical-align property?

    #1158809

    Hi,

    That might be possible, you can try it out. Here’s how to use it: https://www.w3schools.com/cssref/pr_pos_vertical-align.asp

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.