Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1496375

    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!

    • This topic was modified 2 hours, 52 minutes ago by StrategyDriven. Reason: Forgot to add the private webpage on which the issue can be observed
    #1496377

    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

    #1496384

    Thank you, Mike! That did the trick.

    #1496386

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Absolute Position Makes Button Not Work’ is closed to new replies.