What is the url for your site?
Thread Starter
enf
(@enf)
are you talking about the footer ?
footer#footer {
background: url(image);
}
footer#footer {
background: url(image);
background-size:cover;
}
Thread Starter
enf
(@enf)
no, about the BottomButton Ribbon area
now there is the background image with button
but i cant make it fit (resize) the mobile version…
this appears in several media queries
@media (max-width: 767px)
.copyright {
width: 100%;
padding-top: 33px;
padding-bottom: 33px;
}
@media (max-width: 992px)
.copyright {
width: 50%;
padding-top: 33px;
padding-bottom: 33px;
}
.copyright {
padding-top: 68px;
padding-bottom: 68px;
background: #171717;
}
you would have to adjust the width for each of them to your desired width