• Resolved brodiebrodie

    (@brodiebrodie)


    Hi, I am trying to get the Newsletter block to display inline ( text field next to submit button) , so far without success. Anyone done this?

Viewing 1 replies (of 1 total)
  • @brodiebrodie You could achieve this with some Custom CSS. Here’s a sample to start with, you can adjust it to your theme to get it perfect.

    
    .gb-block-newsletter .fx-relay-email-input-wrapper {
    	width: 50%;
    	float: left;
    	margin-right: 1em;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Newsletter block inline’ is closed to new replies.