Questions tagged as 'css'

2
answers

Help showing catalog products html css

I have the following code in HTML where I want to show a catalog of products with 4 columns and n rows- Everything is fine and it works but when the name of the product is too long the table starts to go down and stretch and unravels the others....
asked by 19.12.2017 / 19:34
1
answer

Add arrows to carousel

I wanted to know if there is any way to add arrows to make it run to this type of carousel , in addition to having the touch (which already comes by default) and that runs on its own. This is my code: (function($, undefined) { $...
asked by 19.12.2017 / 14:49
1
answer

SVG with height auto not shown in firefox

With an image in svg format I am having problems applying this CSS: width: 100%; height: auto; display: block; margin: 0 auto; max-width: 128px; max-height: 128px; The image appears in all browsers except Firefox....
asked by 20.11.2017 / 16:17
1
answer

How do I put the form in parallel to the paragraphs having bootstrap and own styles?

I still try to give functions to my website, which I am getting thanks to my colleagues (@Camilo Vasquez, @Alvaro Montoro, @Pepo Gonzalez) In this case, I try to put the form that is under the pad, to the right of the four paragraphs, parallel....
asked by 18.11.2017 / 00:42
1
answer

Centering error with CSS [closed]

My class .contenido is not focused, how can I solve it? This is my code: body{ font-family: sans-serif; text-align: center; font-size: 22px; } .portada{ padding: 5% 5% 0 5%; font-size: 30px; } .Logotipo{ width: 90%; } .c...
asked by 06.11.2017 / 21:23
2
answers

Center ul within a div (CSS)

I have the following div which contains a background image and in the lower part a menu, my question is how can I center the items of my menu across the width of my screen, these are currently shown on the left. this is my code: <div cla...
asked by 29.10.2017 / 05:59
1
answer

Error entering a data to the glyphicon

When entering a data that I have in the database in a table I get all the arrays well but when entering it in a glyphicon so that it does not look "ugly" it is put in the same detail of all the arrays. Personalize some suggestion pls...
asked by 28.09.2017 / 23:46
2
answers

Do you want the link to cover 100% of the container?

Good morning, I have a doubt. How is it possible to prevent a link from covering the full width of a container? I tried the display: inline-block property, but it does not fix the situation anyway. * { margin: 0; padding: 0;...
asked by 17.09.2017 / 01:32
2
answers

Maintain style by making a row drag

I have a table with a style, and when doing a drag of a row the style is changed. I have looked with the inspecting element, but I am not able to come up with the solution. This is how the table looks without clicking: And that's...
asked by 18.09.2017 / 12:41
4
answers

Problem with CSS background

I have a problem, I'm trying to insert a background image using the background-image property, I did it in the following way: <div class="container-fluid bg-img"></div> and CSS .bg-img { width: 100%; height: 100...
asked by 29.08.2017 / 21:19