Questions tagged as 'css'

1
answer

Close sidenav when width is less than 700

I have a sidenav of angled design material that I need when the width is less than 700, open the screen with the nav closed, and when it is larger than 700 the screen can open with the nav open. I tried something like: @ViewChild('sidenav'...
asked by 22.07.2018 / 19:24
3
answers

How do I make an image go beyond the limits of a DIV

I'm having difficulty putting a 100% image on the mobile screen, which has a margin in the previous DIV, I've tried changing the position, overflow and float but I can not get past this margin. follows an example .teste{ margin: 20px aut...
asked by 21.07.2018 / 20:29
0
answers

Upload a url when you click player play

Hello, I am trying to load a url (open link) when I click play from a player that is a Wordpress (WonderPlugin Audio Player) plugin. I imagine it can be done in javascript, but I do not know how to do it. The player has class set to play. Bes...
asked by 19.07.2018 / 19:21
0
answers

Problem when clicking the anchor menu #

Below is my jquery script that makes hiding a certain content of the #over for example and when clicking the menu it hides the old one and shows the new one but when I call the new one the content gets all messed up quoting piece could help me?...
asked by 18.07.2018 / 22:01
0
answers

3d effect on building windows

How to make this effect of windows out more and more inside? ThegambiIhavesofar: body { padding: 0; margin: 0; perspective: 900px; perspective-origin: 100% 100%; } @keyframes rotation { from { transform: translateZ(-1000px...
asked by 16.07.2018 / 22:45
1
answer

HTML / CSS - Misaligned columns

Why are the columns misaligned? I used the same properties. /*ESTRUTURA DO SITE*/ *{ margin: 0; padding: 0; } body{ font-family: 'Open Sans Condensed', sans-serif; background: #fff url(../img/header2.jpg) repeat-x; backgroun...
asked by 16.07.2018 / 18:33
0
answers

Determine Bootstrap column width when detecting overflow in div

Currently the boostrap column distribution is fixed in size 2, example: col-lg-2 , however within that column there is <ul> with several <li> , and when overflow occurs the <ul> is displayed in two col...
asked by 23.07.2018 / 20:57
1
answer

Bootstrap HTML button collapse how to disable one when opening another

Hello, If anyone can check my html and css code please! I want that when clicking on the zombie or multiplayer button when one is already open, the other one is disabled. Type the multiplayer collapse button is open, by clicking on the collapse...
asked by 14.07.2018 / 20:16
0
answers

WordPress Elementor

People put a loading on the page but when I edit the page by the ementor it does not stop there I can not edit the contents = (could you help me to see what is happening? CSS: /*Loading*/ #page{ display: none; } #loading{ position:abs...
asked by 19.07.2018 / 21:41
0
answers

Overflow scroll and flex together

Hello, I am trying to apply an overflow scroll on an element that is being positioned with flex, but I noticed that it is not working because it is expanding to behave all its elements (probably because no height was defined). How would I make th...
asked by 19.07.2018 / 21:20