Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @pooh8888

    This can only be changed with CSS. Something like this for your case —

    @media (max-width: 699px) {
      article>.entry-content>*:not(.alignfull) {
        width: 100% !important;
      }
    }

    Of course, adjust the value as needed. Hope this helps!

    Thanks.

    Thread Starter pooh8888

    (@pooh8888)

    I wanna no padding (left and right),

    so how to make it like a full screen?

    is it the css width not set to px, is percent?

    Hello @pooh8888

    You can use any measurement. In your case you can use 100%, or use 100vw. You can read more on CSS widths here — https://developer.mozilla.org/en-US/docs/Web/CSS/width

    Thanks.

    Thread Starter pooh8888

    (@pooh8888)

    I wanna control this css view width in the wordpress console,

    I wanna make sure can adjust the page left and right is no paddingor border in PC and mobile,

    is this function only included in pro version?

    Hello @pooh8888

    Well, the snippet I gave you does just that. Have you tried implementing it? You might need to take out the media query, if you want to modify the desktop view as well. You’ll need to paste the snippet inside the Additional CSS pane of the Customiser.

    Thanks.

    Thread Starter pooh8888

    (@pooh8888)

    Maybe I just wanna keep the left and right padding,

    and can I import some image just in 100 width (and the word also in padding ) at some page,

    such like a part of page have full width image (like cover),

    and the paragraph word also with padding,

    like this page.

    https://leadingmrk.com/about/

    Hello @pooh8888

    Well, in this case you’ll need to think and decide what you want to do. There are a lot of Gutenberg tutorials on YouTube that help you understand how the editor works. For example, this is how you get full width with Gutenberg — https://creativethemes.com/blocksy/video-tutorials/shorts/full-width-with-gutenberg/.

    Unfortunately, we won’t be able to help out with site building instructions, as that falls out of the support scope, since this channel is only for theme issues, bugs and integrations.

    Thanks.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘page padding’ is closed to new replies.