Answer the question
In order to leave comments, you need to log in
How to customize an image in wordpress?
I'm making a site on Layers WP framework (wordpress theme)
On the main page there is a slider with 1 picture, which does not adapt to small screens.
You need to do this: www.privatejet.com
I have this code:
.layers-widget-slide-3-436
{ background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-image: url('...'); }
Answer the question
In order to leave comments, you need to log in
I think you should look into CSS media queries. Using media queries you can add different styles for different screen sizes.
htmlbook.ru/css/value/media
@media all and (max-width:320px) {
ВАШ CSS КОД ЗДЕСЬ
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question