Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #82915
    LiminalLLC
    Member

    Hi, I am having an issue with mobile display. Essentially, I have the following page
    here. On PC browsers, everything is fine, but on mobile browsers, the content is not displayed properly; this can be viewed here. My question is, how can I cause the content on this page to appear centered on the screen when viewed in a mobile browser? Thanks!

    #82927
    Pratik
    Keymaster

    HI @LiminalLCC,

    We will sort out this issue in next version update. For now, you can use following CSS code in Appearance-> Customize-> Theme Options-> Custom CSS

    
    @media screen and ( max-width:980px ) {
       .no-sidebar.content-width #main {
           width: 100%;
       }
    }
    
    

    Let me know if this helps.

    Regards,
    Pratik

    #82958
    LiminalLLC
    Member

    @Pratik

    Worked like a charm! Thanks for your help, take care.

    #82993
    Pratik
    Keymaster

    Hi @LiminalLLC,

    I am glad it worked out. You can remove this code once the next version update rolls in as it has been fixed.

    If you liked our theme and support, please give us your valuable review at https://wordpress.org/support/view/theme-reviews/clean-journal.

    Thank,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile layout issue’ is closed to new replies.