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

    Hi, as you can see here – http://prntscr.com/uii9n4 – the comments are not aligned RTL. How can I fix this so that the text would be to the right of the field instead of on the left?

    Thanks

    #1246647

    Hey DROR,

    Thanks for the screenshot. Please try the following in Quick CSS under Enfold->General Styling:

    #commentform label {
        right: 0;
    }
    
    #commentform input {
        margin-right: 35px;
    }

    Best regards,
    Rikard

    #1246972

    Thanks, Rikard, it worked but now the text is overlapping the fields – http://prntscr.com/ujxi1v

    How can I add some spacing between the field title and the actual field itself?

    Thanks !

    #1247246

    Hi,

    Please try this CSS instead:

    #commentform label {
        right: 0;
    }
    
    #commentform input {
        margin-right: 50px !important;
    }

    Best regards,
    Rikard

    #1247312

    Thanks, looks great.

    Only issue is the checkbox – http://prntscr.com/ukzt9q – can that be moved to the right of the text?

    #1247357

    Hi bakbek,

    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

    
    #top .comment-form-cookies-consent #wp-comment-cookies-consent {
      margin-right: 0 !important;
    }
    #top .comment-form-cookies-consent label {
      right: 50px !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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