Author | Posts |
---|---|
eno812
June 2, 2020 at 9:08 pm
|
Heads up! this post was created when Microthemer was at version 6. The current version is 7. Some references to the interface may be out of date. Can you point me to some training or give me a start on how I can align the buttons on this page of my site Customerpath.com.au. It’s the next row under the hero row. |
Sebastian
June 3, 2020 at 12:14 pm
|
Hey, this is a tricky one due to the amount of nested flexbox divs. I tried a few things without success, and eventually landed on the following as a working solution. It involves creating a grid layout instead of flexbox, and then using absolute positioning to align the buttons at the bottom. You need to create 3 custom selectors with the following styles:
I hope that helps! Cheers, |