Tagged: ,

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

    We have a website using the Lifestyle demo layout. After the Leave a Reply area and the “Post Comment” button, there is the “Notify me of follow-up comments by email” and “Notify me of new posts by email” checkboxes and descriptive text. However, there is a wide margin between the checkboxes and the text. On a mobile in the vertical layout, this causes the text to overlap itself.

    #674015

    Hey 1039 Online,

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

    label.subscribe-label {
        left: 25px !important;
    }
    

    Let me know if that helps.

    Best regards,
    Jordan

    #674222

    Thanks Jordan. The vertical alignment was also off, so I added an additional line of code to yours, and it looks good:

    label.subscribe-label {
        left: 25px !important;
    top:-3px!important;
    }
    #674252

    Hi!

    Glad you got it short out.
    Please remember to rate our theme at themeforest, we would appreciate it a lot.

    Please consider to open a new ticket if needed.

    Regards,
    Basilis

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