Questions tagged as 'layout-responsivo'

1
answer

scroll with position: fixed losing the right margin

When I scroll down, the chat # div will get everything fixed. But the problem is that the layout breaks down the right margin. How can I resolve this problem? $(document).ready(function() { var nav = $('#chat'); $(window).scr...
asked by 04.07.2015 / 20:28
3
answers

Change the breakpoint of the navbar

I have a navbar that works with the collapse, when at a lower resolution the menu group and appear only when clicked. Anyway, can I change the breakpoint of navbar only so that this effect occurs in a different resolution? I tried switching on t...
asked by 15.04.2015 / 14:07
1
answer

How to center a button inside a responsive container?

I'm doing a free HTML and CSS theme work for college, but some modifications I made to make the site responsive prevent me from putting an element in the center of the container . I have a section of the site with a UL, and each item has a "dow...
asked by 27.05.2015 / 03:17
1
answer

Svg contained in DIV does not follow "max-height: 100%"

See the example structure first. .follow-window-size-container { height: 100vh; background-color: green; } container-of-svg { max-height: 100%; } container-of-svg svg { max-height: 100%; } <div class="f...
asked by 02.03.2015 / 23:56
1
answer

Responsive fixed menu

I have a fixed menu that when viewed in the maximized browser everything happens perfectly, however, when the screen is dimmed, the menu is fixed and the scroll bar does not scroll, can it be solved with CSS only? Follow my CSS menu code: {...
asked by 11.10.2014 / 01:15
0
answers

Responsibility in HTML CSS

I wrote my portfolio at one time and tried to make it responsive. I used the First Mobile technique. In mobile resolution it got mass, but when I made the first responsiveness to 600px wide resolution, it only works when I run the code, when I p...
asked by 28.05.2018 / 16:11
1
answer

Hide div no materialize css

Does anyone here use materialize css? know if there is any way to hide the column of a table through a css class? in the bootstrap has how to do this using this class="visible-xs" I was in the docs and I did not find ... would it have? or am I g...
asked by 03.11.2017 / 16:34
0
answers

Bootstrap Jumbotron: sidebar with full width

I do not understand much of responsiveness, but I still wanted to create one of those layouts that look "normal" on the PC, but on the smartphone the hidden side menu is visible when clicking on a link on a fixed bar at the top. Searching a litt...
asked by 28.05.2017 / 17:54
0
answers

Responsive canvas effect

I have a responsive web page where I have a lights effect using the canvas. It turns out that the effect should only stay on the banner area, I made a method here using the negative margin-top, but the result was not good, and the effect often e...
asked by 31.01.2017 / 01:45
0
answers

Using unit "on" (or "rem") for responsive layouts

Reading some CSS articles about responsive layout I was able to understand some new "concepts", but some applications were still a bit confusing for me, which is the case of using em (or rem ) for creating < in more dynamic and resp...
asked by 28.10.2016 / 19:10