Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #944973

    Hi,
    if you go to this post on my website, you’ll see that the comment form descriptions appear on the right side of the input forms.

    How can I change that? I want the descriptions on the left side.

    Best regards,
    Thomas

    #945248

    Hey Thomas,

    Thanks for giving us the link, can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #commentform label {
        position: static;
        float: left;
        display: block;
        width: 60px;
    }

    Hope it helps :)

    Best regards,
    Nikko

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