Bootstrap Footer, Full Width Of Page

后端 未结 4 712
小鲜肉
小鲜肉 2021-01-02 12:55

i\'m designing a website with joomla and using the bootstrap framework. Now i have a problem by my footer. Basically i use a simple grid layout and i want the content part o

4条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-02 13:22

    I do this and it is right:

    @media(max-width:500px){
    
        .footer{
            float:left;
            width:109%;
            margin-left:-5%;
        }
    
    }
    

提交回复
热议问题