Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2921829
Newsletter section
Closed

Comments

  •  2
    ssdfdsfds started the conversation

    Hello! In the Home I have added a Subscribe section (newsletter). 

    When browsing on the mobile phone it is displayed almost at the end of the page: 

    - is there any way that this Newsletter Widget is displayed after the featured posts (under to featured post?  or at least it is located higher, not so lower.

    thank you very much!

  •  2,492
    PenciDesign replied

    Hi,

    Please follow these steps:

    1. Go to Appearance → Widgets: drag & drop the Mailchimp widget to Header Signup Form,

    2. Navigate to Appearance → Customize → Custom CSS, then paste the following custom CSS code:

    .penci-header-signup-form {
        display: none;
    } @media only screen and (max-width: 767px) {
        .penci-header-signup-form {
            display: block;
        }
    }

    The Sign-up form will display under the header on mobile.

    Regards,
    PenciDesign.

  •  2
    ssdfdsfds replied

    Hello! mailchimp? mmm I'm evaluating other options, thanks.