• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Marek
  • Private: No
  • Open Date: 17.03.17, 13:48
  • Opened by: javier Molina
  • Closed by: Marek
  • Closed on: 09.06.17, 23:22
  • Reason: Closed
  • Comment: Glad to help!

Ticket #10317 - Block newsletter on product section

I have change a text of a module but after change it I can´t see the new text i have write … It is blocked by the newsblock.. I send a pic and the css file that I have for that.

I am not sure about the mistake…CSS Files

/* Homepage newsletter */
#footer #newsletter_block_left .inputNew {width: 200px}
.newsletter-bg {top: -145px}
#footer #newsletter_block_left {top: -97px; position:absolute; margin-left:-10px !important; width: 1170px !important; max-width: 1170px; padding: 30px 0}
@media (max-width: 980px) {

  #footer #newsletter_block_left {
      margin-left: 0 !important;
      width: 95% !important;
  }
  #footer #newsletter_block_left .inputNew {width: 150px}
  #newsletter_block_left .block_content {float:inherit; margin-left: 20px}

}
@media (max-width: 728px) {

  #newsletter_block_left .block_content {margin-left: 0}
  #footer .newsletter-bg {height: 120px; top: -125px}    

}
@media (max-width: 479px) {

  #footer #newsletter_block_left .inputNew {
      width: 40% !important;
  }

Thanks

Comments

Marek 18 Mar 2017, 11:20

You need to move footer with following css:

#footer {margin-top:300px}