• Closed by: Marek
  • Closed on: 29.08.17, 23:39
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10490 - Newsletter block full width

Hello,

I would like to move up my newsletter block from the footer, and have it bigger. As seen on https://alysum5.promokit.eu/oldstyle/

Currently it sits down left in the footer on the left.

Comments

Marek 25 Jun 2017, 11:46

Hi Staffan.
Move ps_emailsubscription to the “displayFooterBefore” hook, and remove it from “displayFooter”

Staffan Sandstrom 25 Jun 2017, 20:47

Thanks! I managed to transplant it to the displayFooterBefore.

How do i center it? It currently sits on the left.
Also where can i style it? I would like to have either an underline or rounded borders all around. Currently there is no styling other than it says “Your email” in light grey on white background which is not very easy to see.

The same questions about styling goes for all forms on the website, for example on the sign in/register the fields do have a border around them but the color is so light you almost don’t see the field.

Marek 26 Jun 2017, 11:32

Fix for Newletter:

#newsletter-input {border-color:#999}
#footer .footer-before #newsletter_block_left {
text-align:center;
margin:0 auto;
}

and for other fields

.form-control {border-color:#ccc}