HI,
I would like to change the responsive behaviour of a specific page.
I specifically wish that the range of 761px to 1000px one page takes the same behavior the settings for:
0px – 480px or 481px – 760px
Hi CloudChoice!
Thank you for using Enfold.
Please try this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .page-id-7165 .container {
width: 428px;
}
}
Cheers!
Ismael
Hi,
Thanks, but the code didn´t made difference in the page.
The strange positions keep appearing.
Hi!
Try to add important to the width attribute like:
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive .page-id-7165 .container {
width: 428px !important;
}
}
Regards,
Peter
Hi,
Thanks, BUT this was my first acrtion. No results at the moment.
You can check in: http://abortonanuvem.com/pt-br/wm0002a/
Hi!
Try adding this to the Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive #top #wrap_all .flex_column {
width: 100%;
margin-bottom: 20px;
margin-left: 0;
}
}
Regards,
Josue