How do I make a wordpress theme full width?

后端 未结 5 888
萌比男神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:00

    To accomplish something like this http://i.imgur.com/mekVyJg.jpg you will need to do the following changes in your css file:

    .main-container {width:100%;max-width:100%}
    #page, .container {width:100%}
    

提交回复
热议问题