• Resolved djlowbridge

    (@djlowbridge)


    All works fine technically, but the alignment of the text when I am designing it is all aligned. On the page however, it isn’t. The title is higher than centre with the email text and disclaimer lower.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author FancyThemes

    (@fancythemes)

    Hi,

    Try adding this in WP admin > Appearance > Customize > Additional CSS:

    body #optinforms-form2-container label,
    body #optinforms-form2-button {
    	line-height: 1 !important;
    	margin-top: 0;
    }
    
    #optinforms-form2-container p:empty {
    	display: none;
    }
    
    #optinforms-form2-title {
    	margin-top: 10px;
    }
    Thread Starter djlowbridge

    (@djlowbridge)

    Thanks, looks great now! All the very best.

    David

    Plugin Author FancyThemes

    (@fancythemes)

    You’re welcome David.

    All the best to you as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text alignment off’ is closed to new replies.