• Hi! How do I stretch my website to full width in mobile. All the width settings in Elementor leave too use a margin for most elements, particularly those that are in portrait mode: slider, blocks and so on.

    Is it possible to 1. increase the width for these to span across the screen or 2. Set all elements to landscape when viewed in mobile but retain the default arrangement in desktop?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Mystery Themes

    (@mysterythemes)

    Hello @afroimmersive

    Sorry for missing out this support. You can use the following code in additional CSS box in customizer:

    @media(max-width:767px) {
    .cvmm-block-title {
    margin-top: 0 !important;
    }
    }

    Thanks ??

    Thread Starter afroimmersive

    (@afroimmersive)

    Thank you. I sent my support request just before holidays so you would have missed it.

    I have implemented the code but there is no change, unfortunately. I don’t know if it’s possible with the theme but what I wish is for featured post images on the homepage to stretch edge to edge in mobile version.

    Theme Author Mystery Themes

    (@mysterythemes)

    Hello @afroimmersive

    Can you provide us some screenshot / video clip what exact problem you are facing so that we can provide you feedback accordingly. We can see that code was loading on mobile devices.

    Thanks ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Stretch content to full width in mobile’ is closed to new replies.