Tagged: absolute position, button, enfold
Hello,
I’m using the absolute position (bottom -50 px) for buttons in 1/3 columns so that they are all aligned at the bottom of the column regardless of the content above them. The button alignment works well. However, using the absolute positioning makes the buttons not work. They are not clickable anymore.
When I remove the absolute positioning, the buttons work fine though are then not aligned at the bottom of the column.
Any advice on how to fix this is appreciated. Thank you!
Hey StrategyDriven,
The padding from the column below the buttons is overlapping the buttons, try this css to correct:
.page-id-4481 #service .avia-builder-el-32 {
z-index: 0;
}
After applying clear your cache.
Best regards,
Mike
Thank you, Mike! That did the trick.
Hi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.
Best regards,
Mike
