Questions tagged as 'responsive'

1
answer

how to make a gallery responsive

I would like it to be responsive, to be on a smaller screen the images will be one below the other. THANK YOU * { padding: 0; margin: 0; font-family: Helvetica; font-weight: 100; } .cards { display: grid; grid-templ...
asked by 09.10.2018 / 01:01
1
answer

meta name="viewport" content="width = device-width works on PC and not on Android (explained inside)

I'm starting with responsive with HTML5 / CSS3. I'm stuck with one thing: I understand without problems what has to be done for the resolution to load a CSS or another using media queries. I do: <meta name="viewport" content="width=devic...
asked by 05.08.2018 / 21:13
2
answers

Why does horizontal scroll appear on my website in the responsive?

I'm designing a web page, but I get a problem when I try with the responsive size, at a certain scale the page adds a horizontal scroll and the page can be moved and shows a blank space at the end as shown in the image The problem occurs w...
asked by 23.07.2018 / 19:38
1
answer

work with the bars icon so that the list works in responsive mode?

A consultation! let's see if you can help me. I am working on a simple website project (I am still a junior: D). In the Index to view in pc each of the menu items leads to a specific section of the page (that works perfectly). However when...
asked by 09.07.2018 / 02:18
0
answers

Contents of iframe responsive iphone and ipad

Hello, I have this css that is used for the responsive of a legacy application. The web part is sometimes displayed inside iframe. In android the content of the iframe is responsive but in iPhone it is not responsive when the content is in an if...
asked by 18.06.2018 / 21:03
2
answers

It can be detected if the device they access to my website is a cell phone or computer

I was wondering if with css or javascript I could detect if my user used a cell phone or PC is to alter the css since as there are events that do not work on cell I wanted the design to start differently than with the media queries can be detect...
asked by 28.05.2018 / 22:04
0
answers

Boostrap problem when adjusting the scaling of an image

   I have a problem with the subject of the image, because when doing it with boostrap you should, the image, shrink slowly as you increase the size, but what it does is cut. I have not found a solution online, what I need is that the image is a...
asked by 26.04.2018 / 18:21
0
answers

Does not work flex-direction: column in iOS 10

In the following HTML structure <div class="bloque-informacion"> <ul class="lista-iconos"> <li>icono 1</li> <li>icono 2</li> </ul> <div class="logo-15"><img src="imagen15.png"/> </div>...
asked by 24.04.2018 / 15:53
0
answers

Problem with masking my domain

The problem I have is that I have a site hosted in a hosting and the domain bought separately and redirected with masking and all good, but when viewing the site in mobile is not taking into account the responsive and shows it the same as the PC...
asked by 15.04.2018 / 04:44
0
answers

Responsive website breakpoints?

I have three doubts = > If I want a completely responsive page, is it better to do the media queries on the different devices or to reduce the screen and see where I should make my media queries? The hero of my page if I want fixed o...
asked by 22.02.2018 / 12:34