• Resolved LaraBrus

    (@larabrus)


    Hi there!

    After hours and hours of searching the web and experimenting with Google inspect elements, I still haven’t found the solution to my issue with the subscription widget… I hope someone here knows what to do!

    I have used CSS to style the widget but I can’t figure out how to make the input field and the submit button on the same line, with the same height and using the entire available width of the sidebar.

    You can check my website here

    I hope someone can help me out!

    https://wordpress.org/plugins/jetpack/

Viewing 1 replies (of 1 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    I see you’ve already made some progress. Something like this should help even more:

    #subscribe-email input {
        padding: 5px;
        height: 35px;
        float: left;
        width: 100%;
    }
    
    #subscribe-submit input {
        float: left;
    }

    I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Horizontal line subscription widget’ is closed to new replies.