How do I make a wordpress theme full width?

后端 未结 5 900
萌比男神i
萌比男神i 2021-01-26 12:21

I tried my best but I couldn\'t make the following theme full width/screen by editing the CSS. I\'d be very much grateful if you could show me or give me a hint regarding this c

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-26 13:11

    I was using GeneratePress theme and Elemetor page builder and had same problem on mobile-view. here, elementor-page is section where all content goes.

    I used this code:

    @media only screen and (max-width: 480px){
        .elementor-page{
        overflow-x:hidden;
    }}
    

提交回复
热议问题