Viewing 2 posts - 1 through 2 (of 2 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 1 hour, 39 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

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