Questions tagged as 'layout-responsivo'

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
1
answer

Wordpress dynamic menu with Bootstrap [closed]

Good morning, I ask for correction help. I do not have much skill yet at all. It turns out that the code was like this: (image: link ) <div class="col-md-8 navbar-right menu"> <nav class="navbar navbar-default">...
asked by 08.04.2018 / 17:16
0
answers

Tramsform divs with sizes and fixed positions in responsive content

Friends, I am in the middle of a work of academic bias, and I have the mission of transforming this map into virtual and responsive content. ForthisIalreadyhaveadivsstructuregeneratedbyPhotoshopitself.Myquestionishowtoturnthisintoresponsivecont...
asked by 13.10.2017 / 06:15
1
answer

How to do ul inline responsive?

I want to leave this code responsive, but always stop being responsive when there are two rows and three columns. nav li { display: inline-block; } nav a { display: block; padding: 1em; margin: .25em; background-color: #...
asked by 10.09.2017 / 04:57
1
answer

Navbar Toggle button does not appear

I'm making a responsive menu bar with Bootstrap 4, however when I reduce the size, the Toggle button to open the collapsed menu does not appear. Here is the HTML and CSS code: HTML:           <a class="navbar-brand logo" href="#">...
asked by 09.09.2017 / 19:04
1
answer

I can not make an element have a wrap in a responsive layout

Good afternoon, I'm trying to make a layout responsive but I can not make the product description go under the image when the available space is too small. I have tried with display: flex and float but none worked. Follow the link on the page...
asked by 05.07.2017 / 20:42
0
answers

Broken layout using grid

I'm using a grid system for my layout as seen below: .artigo { margin: auto; width: 70vw; display: grid; grid-template-columns: minmax(200px, 3fr) 1fr; margin-top: 90px; } @media (max-width: 1400px) { .artigo { di...
asked by 04.07.2017 / 16:54
0
answers

Grids Boostrap Help

Good evening, I'm having a problem, I'm learning to make a website, I'm having some doubts regarding the grids system I looked for. I did not understand very well, so I came here in the forum, this is happening when I zoom on the page. of the pl...
asked by 08.06.2017 / 01:50
0
answers

Problem with percentage and float: right

Hello. I need to make a menu with icons to stay to the right of the Header. The icons are divs with background-image, and the measurements are relative and in percentage (%). The idea is that the icons grow according to resolution. I have a sear...
asked by 18.05.2017 / 00:19
1
answer

How to block JavaScript Scroll function in different screen widths

I have this script, it has the function of making a menu appear when there is some type of scrolling on the page, however I would like that from a certain page width this script would not be executed. I am learning JavaScript and could no...
asked by 08.05.2017 / 21:53