Home Forums WoodMart support forum Mobile View Width

Mobile View Width

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #644064

    IanB
    Participant

    How is the width of the mobile view changed ?

    Is there a setting in the theme options..

    #644111

    Hello,

    Could you clarify where exactly you’d like to control the mobile width? Are you looking to adjust the overall site width, the content container, or a specific section? Let me know so I can guide you accordingly!

    Best Regards,

    #644227

    IanB
    Participant

    Can you let me know how to change the mobile view overall site width and the content container also ?

    Thanks

    #644385

    Hello,

    You can try the following CSS to adjust the overall site width for mobile. Please add this code in Theme Settings > Custom CSS > Custom CSS for mobile.

    body { 
    max-width: 95%; /* Adjust the overall site width */ 
    margin: 0 auto; 
    } 

    You can adjust the container width directly in the page builder settings that you are using.

    Let me know if you need further assistance!

    Best Regards,

Viewing 4 posts - 1 through 4 (of 4 total)