Questions tagged as 'css'

0
answers

Items on the screen dynamically, regardless of screen size

Good afternoon. How can I make items to be in the same location regardless of the screen that is used for the display? I use a 14-inch screen, when it displays the screen on a larger screen, the items are misaligned. #tudo { margin: 50p...
asked by 14.09.2018 / 17:33
0
answers

Body with 100% height does not work with auto div height inside

My CSS: * { margin: 0; padding: 0; border: 0; font-family: 'Roboto', sans-serif; } html { height: 100%; width: 100%; } body { height: 100%; /* 707.38px */ width: 100%; background-image: url('../_img/bg.jpg'); backgro...
asked by 18.09.2018 / 19:42
0
answers

Transition effect grow [duplicate]

Hello, everyone. I would like to know how it does the effect of increasing the image without changing the size of the div. Example: in the site www.livrariascuritiba.com.br, below the pre sales in the home of the site, has the sessions: Boo...
asked by 18.09.2018 / 21:39
1
answer

How to align a button on the bottom of a DIV

How do I move a button to the bottom of a DIV? <div class="item-info"> <h3><a href="https://www.lookandsoul.com.br/produto/cinto-fivela-dupla-preto/">Cinto fivela dupla preto</a></h3> <span class="product...
asked by 21.09.2018 / 23:59
1
answer

The MacBook Pro Retina screen is breaking the layout in the bootstrap CSS

How could I solve this, I already tried this but it did not work: @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio : 1.5) and (min-width: 1200px) { .col-lg-6.widescreen {...
asked by 12.09.2018 / 16:21
1
answer

selectize js is behind input

I am using the selectize and I am having a problem the imput is behind my table and the states only the first one is on white background the others are transparent does anyone know how I can solve this? FollowmycodeinJs$(".js-combo-uf") .on(...
asked by 12.09.2018 / 15:58
0
answers

Strange touch movement in the container by Safari browser

When I access the Safari browser on iPAD, the main container is moving like a drag effect when I touch, because of that, the image carousel does not swipe. This problem only happens on the Safari browser screen. So I've seen that some people hav...
asked by 13.09.2018 / 21:43
2
answers

problem leaving items horizontally in a div

Iwantedtoleavethisimg,thename,theinput,thehorizontalchangebutton,butI'mnotgettingit..htmlcode:<divid="wrappermenux"> <div id="menupromo"><h3 class="novidades">Meu Carrinho</h3></div> <section...
asked by 28.09.2018 / 06:27
0
answers

Css / js effect of Flip card does not work on safari

I have a simple code that I developed, from a card flip effect, example below. It works on google quiet, but I found that in safari has a bug when the card turns, I researched, I found some prefixes for safari but I can not find a solution, l...
asked by 10.09.2018 / 20:47
0
answers

Child theme is not overlapping parent theme in Wordpress

I'm putting the code in the child theme but it's not overlapping the Parent theme. Function.php: add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' ); function enqueue_parent_styles() { wp_enqueue_style( 'parent-style', get_temp...
asked by 10.09.2018 / 18:53