Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS responsive page content setting in mobile view Reply To: responsive page content setting in mobile view

#282942
andrea90
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.