Questions tagged as 'responsive'

1
answer

Css in inputs using Affordance principles

To facilitate the development of responsive forms it is very common to place 100% of width in the inputs, and to control its size through the width of a container div, this technique helps when manipulating the media queries of these inputs. Thi...
asked by 30.03.2017 / 21:50
1
answer

Responsive menu with grid layout

I'm learning grid and responsive layout and I do not know the best way I could create a "hamburger menu" with it. So far I've managed to make my content wrapper move to the left and leave a space for the menu, but I do not know how to put the...
asked by 04.01.2018 / 18:06
1
answer

Responsive Site with side left

I made a site that on the "responsive" cell phone is left side could someone help me? This is the code HTML <!DOCTYPE HTML> <html lang=”pt-br”> <head> <meta charset=”UTF-8”> <meta name="auth...
asked by 23.07.2018 / 22:26
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
0
answers

Problems with HTML Responsive with ASP MVC5

I'm having trouble getting my page responsive, desktop is getting correct, as the picture shows: However,whentestingformobile,itlookslikethis(usingthetoolingooglechrometoemulatethescreenofamobilephone): MyHTMLis:@using(Html.BeginForm(FormMet...
asked by 08.06.2018 / 14:16
1
answer

Submit form with event when checking radio bootflap buton

I'm using this responsive HTML library ( link ) and I want to submit a form when I click on a radio button. The problem is that as there are several "layers" of divs above the radio button, this is not checked directly, and then the submit event...
asked by 29.10.2017 / 01:14
0
answers

Modifying a third-party / external (JS) Script

I need to use an external script that generates a form (so far so good, it's working) ... Once the script is inserted into the page, I need the form's labels (generated by the script) to be responsive (I think a window.onresize ) ... But how do...
asked by 11.04.2017 / 22:29
1
answer

Responsive embed bootstrap does not work

I'm trying to implement the responsive embeded bootstrap because I need to put a video (.mov) on the site, but it's not working. source: link code: <div class="embed-responsive embed-responsive-16by9"> <iframe class="embed-r...
asked by 19.06.2017 / 16:08
1
answer

IONIC - Grid Responsive

Good afternoon, I have the following GRID with IONIC, it looks like this: <ion-grid> <ion-row class="cell-2"> <ion-col> Código </ion-col> <ion-col> Nome </ion-col&...
asked by 03.12.2018 / 20:29
1
answer

Website is not responsive in the Mobile dimension

I've been creating the website with the code below but I can not make it responsive on the MOBILE part (320x568), the content is on the left side and on the right side is a large white part on the whole site. I've tried media screen but I cou...
asked by 09.08.2018 / 16:12