• This is how it looks:
    screenshot

    This is how i use it in my Customizr theme:

    add_action( '__after_main_container' , 'show_email_subscription_box' );
    function show_email_subscription_box() {
    	if (!is_front_page()) return;
    	$email_form = do_shortcode("[email-subscribers-form id=2]");
    	echo '<div class="email_box"><div class="email_label">Subscribe to our newsletter!</div>' . $email_form .'</div>';
    }

    How do i make it look nice and be responsive? This is surely not how it is supposed to work, where have i made a mistake? Please help.

    • This topic was modified 4 years, 3 months ago by lxknvlk.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘broken formatting’ is closed to new replies.