Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Arrange buttons on the same level

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #260035
    pyramisa
    Participant

    Hi,

    I am struggling how to get all the sign up buttons at the following page to appear on the same level. It looks messy right now.

    http://fitnessenergy.bg/trainers/

    Thank you for your feedback.

    #260036
    Paulie_D
    Member

    Thanks for the question but remote links aren’t really useful.

    Could you post a codepen.io demo which replicates the issue with just enough code to do so?

    #260037
    Paulie_D
    Member

    Essentially though..you can’t using the layout method you are using.

    Firstly, there is no CSS method of aligning elements that do not share a parent.

    If you can equalise the heights of the divs (I’d use flexbox) then you tell the button to be at the bottom of each div which would probably have the same effect as I think you are looking for.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.