Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #945456

    Hi, as you can see in the attached screenshot, the field titles for the blog comments are showing to the left of the submit field. How can I move them to the right of the field?

    #946346

    Hey DROR,

    Try adding this css code in QUick CSS (located in Enfold > General Styling):

    #commentform label {
        float: right;
        position: static;
        width: 60px;
    }

    HOpe it helps :)

    Best regards,
    Nikko

    #946514

    That doesn’t seem to work.

    #947003

    Hi bakbek,

    I have checked it but I don’t see the comments anymore, seems like its replaced with facebook comments.
    Maybe adding !important would help so it wouldn’t get overridden.

    Best regards,
    Nikko

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