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 #3138694
Section Formatting on Mobile Device
Closed

Comments

  • Jacqueline started the conversation

    Ok.  The homepage is formatted with 3 columns customized with Elementor. In a browser, formatting is responsive, on a tablet the columns are responsive.  However, on a mobile device all are responsive accept one column. Ugh!  I have set different parameters for the mobile device, but nothing is working.

    1.  Should I reorder column 3 on the mobile device?

    2. Are there settings I am missing?

    Thanks.

    Attached files:  NRLN_responsive_error.png
      DEA4967B-4B77-48BD-854A-0BE3F12DFF9A.jpeg

  •  2,487
    PenciDesign replied

    Hi,

    For this case, please send me your WordPress admin account in a PRIVATE reply.
    I'll log in and try to help you customize it.

    Regards,
    PenciDesign.



  •   Jacqueline replied privately
  •  2,487
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 960px) {
        .elementor-element-67ce25a0 {
            width: 100% !important;
        }
    }

    Regards,
    PenciDesign.