You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Media queries not working on customer portal

Accepted answer
20
Views
2
Comments
edited Jun 7, 2022 1:20PM in General Technical Discussions 2 comments

Content

Hey guys!

I'm using media queries on a customer portal page but they don't seem to be working. Format for the queries is as bellow.

I'm attaching an example of the html/css parts of my code and you can also check the actual version here: https://mrvluggo--tst3.custhelp.com/app/respostaClienteOrcamento

I'm not very familiar with front-end coding, so maybe  I'm missing some tricks. Any ideas?

Thanks!

 

Code Snippet

@media only screen and (max-width: 460px) {
    .agendamentovisita .botoes {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!