Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #740265

    Hi kriesi team,

    I was wondering if you can help me find some kind of solution. I tried on a inside a grid element and in a color section. I have 4 columns with a btn in the bottom that i need to align to the bottom.
    Where is what i was able to do this https://snag.gy/rd4g6D.jpg.
    Just need to make the button align to the bottom.

    Can you guys help me.

    Thaks

    #740271

    Hey Kyle,

    Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)

    Best regards,
    Yigit

    #740284

    Thanks for your quick reply :)

    #740287

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .apf_transparentblue {
        position: absolute;
        bottom: 10px;
    }
    

    Best regards,
    Yigit

    #740293

    Thanks it helped a lot.
    But now is not centered align ;)
    How can i center it now?

    Thanks again

    #740298

    Hey!

    Please change the code to following one

    .apf_transparentblue {
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0;
    }

    Cheers!
    Yigit

    #740310

    Thanks Yigit,

    It worked very well.

    TVM for the ehlp

    #740312

    Hi!

    You are welcome!

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Align top and bottom’ is closed to new replies.