Skip to:
Content
Pages
Categories
Search
Top
Bottom

Profile Birthday field

  • @maxxwebprogrammer

    Participant

    Hello Guys
    I need css code to change profile detail Bithday fields to spread INLINE,example: Day Month Year and not
    Day
    Month
    Year

    Thanks
    maxwell

Viewing 1 replies (of 1 total)
  • @pakeeza25

    Participant

    Hi Maxwell, you can make the birthday fields display inline with CSS like this:

    `css
    .your-birthday-class select {
    display: inline-block;
    width: auto;
    margin-right: 8px;
    }
    `

    Replace .your-birthday-class with the actual wrapper class of your birthday fields.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar