Questions tagged as 'layout-responsivo'

1
answer

transform objects into list when resolution is less than X

I need to change a render to show a checkbox if the device resolution is less than X example: show radio's buttons and if the screen resolution is smaller than X it turns a select     
asked by 04.05.2017 / 17:37
2
answers

Load javascript depending on the viewport?

Can you minimize the download of javascript depending on viewport ? I can put different CSS files to load just by checking the size of viewport for example. I have a virtual store project that wants lots of animations and effects in t...
asked by 05.08.2015 / 15:39
1
answer

CSS Media Queries (several statements followed)

Hello, I want to know if it is possible to get a cleaner and more compact solution from the following CSS. @media screen and (min-width: 630px) { .tab ul.login{ right: 29%; } } @media screen and (min-wi...
asked by 30.06.2015 / 16:13
2
answers

Media query messing up another media query

Good morning, I have a problem with some media queries I started by doing the media queries on the desktop part with the following measures that worked perfectly: 1024x600 1024x768 1280x768 1440x900 1600x900 1680x1050 1920x1080...
asked by 16.04.2015 / 16:28
1
answer

Problems creating media queries for Samsung Galaxy S4

I'm developing a responsive website and I set some CSS markups with media queries , but I still suffer from some devices, such as the Samsung Galaxy S4 . I believe it's because it contains a device-pixel-ratio equal to 3. I wanted to kn...
asked by 15.03.2014 / 18:48
1
answer

Turn card into carousel when lower resolution

I have the following system of cards made with bootstrap 4 , each one occupying 4 columns. ButIneedthemwhentheygomobilesotheylooklikeCarousel,I'mtryingtouse Owl Carousel , but I need it to check if the resolution is small and display...
asked by 27.12.2018 / 16:41
1
answer

Possible Plugin to see if it is responsive or not

I have a relatively simple question, I'm looking for some plugin for chrome , but I still can not find exactly what I wanted, which is basically to see if our website is responsive in all the possible screens. I kno...
asked by 16.12.2014 / 11:35
1
answer

CSS - Position: relative; VS Position: absolute;

Good evening guys, I'm having a problem about letting my site be responsive. What happens is this ... I have my menu, which contains 2 LI " ADD VALUE ," CREATE ROUTINE ". And I want to make them responsive, the NAV they are in, I was ab...
asked by 18.12.2018 / 02:32
1
answer

Header is not responsive in 320PX using FlexBox

I'm starting to use flexbox but I'm having a giant problem that I can not solve in several layouts. Both the header and the nav and li are hidden in the resolution Mobile, Iphone 320x568 and a white list is everywhere. I've already tried max wid...
asked by 09.08.2018 / 19:17
1
answer

prepare Iframe or embed responsive for mobile

Personal I have a C # MVC5 project and my scenario is as follows: I have to open in a friendly url a large series of pages (with media content) made by third parties. One at a time clear (according to the parameter received) I then created this...
asked by 27.08.2018 / 15:14