Viewing 5 posts - 1 through 5 (of 5 total)
  • Question

    #69160
    @lshijie

    Hi guys, it’s me again. The width of my website in mobile view takes up the entire screen width, as per the screenshot attached.

    Is it supposed to be like that? And if so, is it possible to create a margin on both sides of the width of the screen?

    Answers

    #69518
    @omarobaid

    following this

    #69760
    @anve

    Hi @lshijie,

    Apologies for the delayed response.Please place the following css as a fix to it . In our theme we do not have this issue . Also try deactivating and activating plugins one by one . Some plugin might be conflicting.

    
    @media screen and (max-width:1024px){
    .home-page #primary {
        padding-left: 15px;
        padding-right: 15px;
    }
    }
    

    Hope it helps.

    Regards
    Anve

    #69784
    @lshijie

    Hi, that helped! Thanks a lot once again. 🙂

    #69895
    @anve

    Great 🙂 , I’ll close this topic now.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘Mobile Layout Issue’ is closed to new replies.