• Hi!

    I’m hoping someone can help me in making the E-mail input field in the same horizontal line with the Subscribe button?

    I use Genesis, and currently I don’t have the widget on (I’m using the Genesis subscription widget) but I’ve been trying to get it to work using Chrome Inspect, but cannot seem to get it work. I managed to move the Subscribe button slightly higher, but not adjacent to the e-mail input field.

    .jetpack_subscription_widget {
    	clear:both;
    	margin-bottom: 75px;
    }
    
    .jetpack_subscription_widget input[type="text"] {
    	float: left;
    	margin-bottom: 0px;
    	width: 55% !important;
    	height: 40px;
    }
    
    .jetpack_subscription_widget input[type="submit"] {
    	float: right;
    	width: 40%;
    }
    
    #blog_subscription-2 {
        text-align: center;
    }

    If anyone can offer any help, I would appreciate it!

    https://www.ads-software.com/plugins/jetpack/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Subscription widget in a single horizontal line’ is closed to new replies.