How can i expand width in mobile view

Hello team,

i just need help can you help me how to expand the width in mobile view for the theme dawn v2?

Hi @gyran619 ,

I have checked your website on mobile view, It look good like image below:

If any issues, Can you kindly share the details of your problem (screenshot/ record) with us? We will check it and suggest you a solution if possible.

Hope it helps

when the page zoom out there is a space and i want to auto stretch the page whether the page will zoom in and zoom out

I need this extra space will stretch but i tried several codes still no effect

thanks for the help but still no effect

Thanks but the coded still no effect thanks for trying brother

maybe its a glitch but i dont know how to fix this

The reason is this why the mobile view not stretched. when i remove it its all good it stretch but i want to resize the width because i am only using custom liquid and the design is on the custom css how to fix brothers thank you

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings.

@media (max-width: 749px) {
    #shopify-section-sections--18247637991650__custom_liquid_deqA7n .custom-links-container {
        flex-direction: column;
    }
}

#shopify-section-sections--18247637991650__custom_liquid_deqA7n .custom-links-container {
    display: inline-flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px;
}

It works Thanks a lot brother

This one too it works thanks a lot brother