Newsletter subscription css changes

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeNewsletter subscription css changes

This topic has been marked as resolved.

Hello, can`t find how to change the css rules for newsletter subscription that is going like a widget in the shoppica.

Please check the link, the e-mail form is not full-width on the @media 768, what code should i add to the custom css to fix it?

http://joxi.ru/VrwpWdYhKnOvJm

Thanks.

September 26, 2016 at 6:52 pm #51441

Hi,

Here is the CSS fix for this issue:

@media (max-width: 480px) {
  .form-inline .form-group {
    display: block;
    margin-right: 0 !important;
    margin-left:  0 !important;
  }
}

Add these styles from the Theme CP > Theme Settings > Custom > Custom Stylesheet text field.

BR,
ThemeBurn team

September 28, 2016 at 12:06 am #51518

Thanks

September 28, 2016 at 11:06 am #51530

Glad we’ve helped.

BR,
ThemeBurn team

October 1, 2016 at 1:20 am #51626
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.