Home › Forums › CSS › responsive page content setting in mobile view › Reply To: responsive page content setting in mobile view
February 15, 2019 at 2:25 pm
#282942
Participant
thank you it worked.
And what about text alignment in footer Copyright? I put this in the css file:
body footer {
text-align: center;
position: absolute;
background-color: #ffffff;
bottom: 0;
left: 0;
width: 100%;
height: 60px;
line-height: 60px;
padding: 0px 60px;
z-index: 2;
}
li body footer{
float: none;
display: inline-block;
}
But it seems that is not working.