Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #331844
    nnicorescu
    Participant

    Hello,

    I’m using Clean magazine free version.

    How to fill all width of content (images, text etc) on mobile for every post/page content?

    Now all images are smaller than normal homepage layout width.

    Thank you

    Nicos

    #331858
    tikaram
    Keymaster

    @nnicorescugmail-com : Please post in your site URL so that I can check for issues on your site and provide you the required fix.

    Regards,
    Tikaram

    #331862
    nnicorescu
    Participant

    Hello,

     

    it is about http://www.stirimeteo.com

     

    thank you

    Nicos

    • This reply was modified 3 months ago by nnicorescu.
    #331867
    tikaram
    Keymaster

    @nnicorescugmail-com : Can you please explain in more detail regarding the issue. I checked your site on mobile device but I could not find any issue with page/post content.

    Regards,

    Tikaram

    #331869
    nnicorescu
    Participant

    Hello,

     

    Off..i put it a link to my question (photo of my website on mobile).

    Now my answer is waiting for moderation.

    I’m not talking about issue.

    Nicos

    • This reply was modified 3 months ago by nnicorescu.
    • This reply was modified 3 months ago by nnicorescu.
    #331872
    nnicorescu
    Participant

    How to have larger images on post to fill the entire screen?

    Nicos

    #331868
    nnicorescu
    Participant

    Hello,

    A lot of useful space is lost on Post/Pages.

    https://postimg.cc/DW8rvDMH

    Nicos

    #331894
    tikaram
    Keymaster

    @nnicorescugmail-com : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    @media screen and (max-width: 480px) {
      .wrapper, .hentry {
        padding:0;
      }
      .wrapper {
        width:400px;
      }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Fill all width on mobile’ is closed to new replies.