Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1233041

    I would like to change the display of the comment form layout.
    I would the labels to be before the fields or even in the field as placeholder

    Can you help me on this ?

    Best regards.

    Muriel.

    #1233066

    Hey mguillou5670,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #commentform p {
        display: flex;
        flex-direction: row-reverse;
    }
    #commentform label {
        left: 0;
    }
    #commentform {
        width: 80%;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1234004

    Thank you very much Victoria this is really helpful.

    #1234532

    Hi Muriel,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1234634

    You can close this topic.

    Best regards.
    Muriel.

    #1234875

    Hi Muriel,

    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘comment form layout’ is closed to new replies.