Questions tagged as 'media-queries'

1
answer

How to make image stay above text with average queries

I have a slide that has keyframes to do a basic animation but I need to add a media queries that when my screen has maximum 800px I wanted my image that is on the left side to be above the text text would stay below the imag...
asked by 18.06.2015 / 15:45
1
answer

means conflict

I would like to know why this Media queries : @media (max-width:533px),(max-height:853px) { #menu ul { left: 15px; } #menu ul li a{ font-size: 1.2em; margin: 4px; } .setas{ right: 10%;...
asked by 22.04.2015 / 19:06
2
answers

Responsive Design

I have two doubts here with responsive design. The first is in relation to the following code: <link rel="stylesheet" media="only screen and(min=width: 1366px)" href="css/deskmax.css" /> Because when I create CSS so it does not o...
asked by 02.06.2015 / 14:46
1
answer

How to make Breakpoints with Susy?

I'm having trouble generating Breakpoints from a project to the Mobile (320px). When I put the Breakpoints it reads up on Desktops, more stay right on the Mobile as well. @media (min-width: 320px) { /* MEUS ESTILOS ESTÃO AQUI DENTRO */ }...
asked by 20.03.2014 / 20:11
0
answers

Media Queries for monitor with retina

Alright? I'm trying to use the media query for retinal monitor (macbook pro), but I can not make the code be considered by the browser in any way, I tried in several ways, considering the link: link The viewport meta tag looks like th...
asked by 08.08.2018 / 15:34
0
answers

Events in three.js and CSS do not work on some devices in some sizes

The idea is to make a 3d building and when you click on an apartment open on the side (each occupying half the screen) a card with some information, on devices with a width of up to 650px, the card should open overlapping the model will occupy t...
asked by 20.07.2018 / 14:38
1
answer

Changing the page footer size with @media print

I'm creating a system that would be for financial management, and within that system I thought of generating reports as well, but I did not realize generating the pdf by php, because it was very heavy and took a while, so I had the idea send rep...
asked by 30.05.2018 / 18:03
0
answers

Text is correct in the PC and in the mobile version the text goes up some PX

Good afternoon, I have the following problem in my code, when I see the PC everything is normal, correct positioning, but when accessing the cell phone it is 15cm up, inside the browser of the PC it is positioning correction. > CSS: &l...
asked by 24.05.2018 / 17:54
0
answers

Media queries Mobile does not work

I am making a website, in the responsive to mobile @media only screen and (max-width: 767px) , in the development of the site I was reducing the browser to make the style for each break. But by inspecting the browser element and when uploa...
asked by 09.05.2018 / 19:56
0
answers

Media screen does not work with boostrap 4

<?php session_start(); // Inicia a sessão include_once("func/functions.php"); // Chama o arquivo de funções padrão. include_once("func/f_exames.php"); // Chama o arquivo de funções específicas. if ($_SESSION['userPermission'] <>...
asked by 04.05.2018 / 20:22