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 #3037453
Content touches the borders of screen in mobile view
Closed

Comments

  • Kaydee started the conversation

    Hey there, my blog post content and even home page texts touch the borders of mobile screen. I want to add a little padding so that it looks neat and in the center.

    Kindly refer to attached images.

  •  2,490
    PenciDesign replied

    Hi,

    The problem because you've built the site header with the Elementor Theme Builder. The Elementor has removed the default header data content, so the layout can't render properly.

    Please try to use our Header & Footer by following the document here: https://soledad.pencidesign.net/soledad-document/#header-footer-builder

    In case you still want to use the Elementor Page Builder to config site header, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px){
        .container.container-single {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    Regards,
    PenciDesign.

  • Kaydee replied

    Hey, I added the custom code and it added padding to the posts page but the category pages still have content sticking to sides? Also if I choose soledad header and footer, will it automatically fix the issue?

  •  2,490
    PenciDesign replied

    Hi,

    Yes. If you don't use the Elementor Header Footer features, the spacing issue will be fixed.

    Regards,
    PenciDesign.


  • Kaydee replied

    Thank you.