This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: A Quick help is needed

#34242
Ernest MarcinkoErnest Marcinko
Keymaster

Hi Thon,

1. You can set the redirection options here.

2. There is this option, however that uses a user agent check on server side, and not a width check. If you prefer the 640px width check, then a custom selector is the best choice:

@media only screen and (max-width:640px) {
    .asp_w {
        display: none !important;
    }
}