Topic: Jetpack email subscribe widget formatting

Has anyone used this?

Added it to my sidebar but the formatting is off from the other widgets.

I have a big gap between the title and main text and sign up box.

Does anyone know the CSS coding for this widget?

Or do you know what font and h# the sidebar widgets use?

My other widgets are fine, just this one being an issue.

Many thanks,

Simon

Re: Jetpack email subscribe widget formatting

can you share the link to this page?

Emil

simon.wynne wrote:

Has anyone used this?

Added it to my sidebar but the formatting is off from the other widgets.

I have a big gap between the title and main text and sign up box.

Does anyone know the CSS coding for this widget?

Or do you know what font and h# the sidebar widgets use?

My other widgets are fine, just this one being an issue.

Many thanks,

Simon

3 (edited by simon.wynne 12-12-2012 UTC 17:27:34)

Re: Jetpack email subscribe widget formatting

Sure, it's www.greenedgeconsulting.co.uk/news

It's the forth widget on the side bar.

Simon


Emil Uzelac wrote:

can you share the link to this page?

Emil

simon.wynne wrote:

Has anyone used this?

Added it to my sidebar but the formatting is off from the other widgets.

I have a big gap between the title and main text and sign up box.

Does anyone know the CSS coding for this widget?

Or do you know what font and h# the sidebar widgets use?

My other widgets are fine, just this one being an issue.

Many thanks,

Simon

Re: Jetpack email subscribe widget formatting

Jet pack seems to be adding some weird stuff in and here's what we can do:

.jetpack_subscription_widget p {
    margin: 1em 0;
}
.jetpack_subscription_widget .widget-title {
    padding-bottom: 0;
}
.jetpack_subscription_widget select, input[type="text"], 
.jetpack_subscription_widget input[type="password"] {
    padding: 6px 8px !important;
}
simon.wynne wrote:

Sure, it's www.greenedgeconsulting.co.uk/news

It's the forth widget on the side bar.

Simon


Emil Uzelac wrote:

can you share the link to this page?

Emil

simon.wynne wrote:

Has anyone used this?

Added it to my sidebar but the formatting is off from the other widgets.

I have a big gap between the title and main text and sign up box.

Does anyone know the CSS coding for this widget?

Or do you know what font and h# the sidebar widgets use?

My other widgets are fine, just this one being an issue.

Many thanks,

Simon

Re: Jetpack email subscribe widget formatting

Thanks Emil - will give it a go.

Simon