• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Alex
  • Private: No
  • Open Date: 26.01.16, 17:18
  • Opened by: caroline
  • Closed by: Alex
  • Closed on: 04.02.16, 16:03
  • Reason: Fixed
  • Comment: Glad to help!

Ticket #9100 - Bug display footer/newsletter_block_ext in small display(and mobile)

Hello I remarked some issues regarding display of the block Newsletter (form dib (email)) and also with the footer. I have disabled the css I have added for the height (30px) to see if the problem (for the footer) was due to this. But it ain’t.

See pic attached. Could you help me fix that.

Best regards. Caroline.

Comments

Alex 27 Jan 2016, 19:15

Hi. Add to the CustomCSS

@media (max-width: 479px) {
  #newsletter_block_ext .nwltr {height: 267px}
  #newsletter_block_ext .nwltr input.minibutton {font-size: 17px}
}
caroline 04 Feb 2016, 14:46

It works perfectly, thanks.
Caroline