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

    Hi, can you help me fix this:

    problem

    I am using mailpoet plugin for the “Yes, add me to your mailing list”

    but still, the standard option was out of place.

    Thanks!

    Aji

    #629292

    Hey ajeeyunz,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    p.wysija-after-comment label, p.comment-subscription-form label {
        position: initial!important;
    }
    #wysija-box-after-comment { margin-left: 0; }
    

    Best regards,
    Yigit

    #630378

    Dear Yigit,

    Perfect! The wysija still has like one blank space before the first word though, but it doesn’t matter. Thanks again man.

    #630868

    Hi,

    Please add following code to Quick CSS as well

    #wysija-box-after-comment {
        width: 20px;
    }

    Why not perfect it, when we can, right? :)

    Best regards,
    Yigit

    #631105

    Hi Yigit,

    Thanks man. But unfortunately it was not working as intended!

    trycss

    As you can see, the box and the sentence still at around 1 space too right.

    Regards,
    Aji

    • This reply was modified 8 years, 6 months ago by ajeeyunz.
    #631135

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    
    #wysija-box-after-comment {
        width: 16px!important;
        margin-right: 10px!important;
    }
    

    Best regards,
    Vinay

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