your code does not work, I have errors, why use this code ?
post-240.css?ver=1511021567:1
.elementor-240 .elementor-element.elementor-element-yj8dq0l > .elementor-container {
it’s normal to have errors with this type of code.
Yes I change the section with the cover image (set to “center center”) and then I decreased the section height of the section.
I am not good with the css code, but I found and applied the following css code:
/* Réglage responsive */
@media (min-width:768px) and (max-width:950px) {
selector .elementor-row {
flex-wrap: wrap; }
selector .elementor-column {
width: 50%; }
}
@media (max-width: 900px) {
selector .elementor-col-33 {
width: 50%;
}
}
@media (max-width: 500px) {
selector .elementor-col-33 {
width: 100%;
}
}
/*MD Tablet, ipad landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}
/*SM Tablet, ipad portrait*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/*XS Mobile portrai*/
@media only screen and (max-width: 767px) {
}
/*XSL Mobile landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
-
This reply was modified 7 years ago by rodman38.