Questions tagged as 'layout-responsivo'

2
answers

responsive content with fixed size sidebar

Is it possible to make a layout with flexible width content and a fixed size sidebar? Example <body> <header></header> <article></article> <aside></aside> </body> I...
asked by 01.01.2016 / 22:20
2
answers

Responsive bootstrap does not break for bass line

I have the following code: <div class="welcome-content row"> <figure class="col-xs-12 col-sm-12 col-md-6"> <%= image_tag('feed/welcome2016.jpg') %> </figure> <p class="welcome-...
asked by 28.12.2015 / 23:11
3
answers

Div responsive with image and other elements within

I'm creating a site mobile with responsive design. Within a div I have a slideshow that shows 300x300 images, I need to make that slideshow responsive without touching the width and height fault attributes of it. The code i...
asked by 20.11.2014 / 03:54
1
answer

Hiding a button in HTML5 and CSS when on Smartphone

I made a responsive Web application, which when it arrives in Checkout has two buttons: Print and Save. Only the user (client) on the smartphone clicks to print even without a printer. I have tried to extend with @media, but I can not....
asked by 08.07.2018 / 15:39
1
answer

Dropdown menu does not work on touch

I have the following problem I made this site but accessing it on the mobile and clicking on the menu it expands to a dropown in the tab what we offer and when I click on a link it does not work it simply selects the link below it is worth rem...
asked by 04.10.2016 / 21:00
2
answers

Adapt css to viewPort

How do I adapt my site to the size of ViewPort ? I have a good resolution image and I would like it to fit the screen size, without scrollBar.     
asked by 15.10.2016 / 20:26
2
answers

Media queries do not work

I made these half queries for Desktop, follow the code below: @media screen and (min-width: 1024px) , screen and (min-height: 600px){ #menu ul { left: 26%; } .nomes{ margin-top: 200px; } .botao-circulo{...
asked by 20.04.2015 / 18:58
2
answers

How to create a responsive price table?

I need to create a responsive price table, but I do not know how to start. I do not know if I use list or table. Here is an example of how to stay: Does anyone have any ideas?     
asked by 29.07.2014 / 17:45
1
answer

Different alignments of images and responsive texts

I'm using bootstrap. After the car image, it bugged my mind. How do I make the alignment of images and texts under the cart and responsive? <html> <body> <div class="container-fluid"> <div class="text-center...
asked by 18.12.2018 / 16:13
1
answer

Responsive layout in an image

Good morning dear programmers, today I disturb them again with my beginner doubts. I wanted to know why I can not make this responsive image with decreased size (In case I put 80%), when I do this is leaving this space, and 100% is normal....
asked by 18.10.2018 / 12:38