Questions tagged as 'layout-responsivo'

1
answer

How to use bootstrap for font sizes?

I'd like a didactic answer on how to use Bootstrap to determine font sizes. To help, I'm using exactly the following half-queries: /* Portrait tablet to landscape and desktop */ @media (min-width: 768px) and (max-width: 979px) { } /* Landsca...
asked by 14.06.2014 / 21:25
1
answer

Responsive Site with side left

I made a site that on the "responsive" cell phone is left side could someone help me? This is the code HTML <!DOCTYPE HTML> <html lang=”pt-br”> <head> <meta charset=”UTF-8”> <meta name="auth...
asked by 23.07.2018 / 22:26
1
answer

Automatic slider with 5 columns how to do?

I'm trying to make an automatic slider in this style, but it's not working. <section class="mbr-section" id="equipe" style="background-color: rgb(204, 204, 204); padding-top: 120px; padding-bottom: 120px;"> <div...
asked by 06.07.2018 / 21:32
2
answers

How do I make this table responsive to mobile using only html programming?

The code of the site on the computer is ok, but in the furniture the columns are very thin and with the visibility very bad, I tried to solve in several ways the responsibility in the mobile and I only managed using the overflow command, but I w...
asked by 06.07.2018 / 10:24
2
answers

Div alignment

I own a table that is built dynamically with information from a movie director. I need to change the structure for a div, mainly for the responsibility issue, today reducing the size of the component that stores this table, the text ends up over...
asked by 06.11.2017 / 01:41
1
answer

Footer does not accompany site layout and is not responsive

Hello, good afternoon. I'm having trouble getting the footer responsive, it does not track the page. Can you help me with this code? (I tried to implement some tips that I found here but did not work) Thank you. /*Edição do rodape (F...
asked by 22.02.2018 / 21:42
2
answers

Selector in CSS differences [duplicate]

What's the difference between: .figure-box>figure>img{ width: 440px; position: relative; } To: .figure-box figure img{ max-width: 100%; position: relative; transition: transform 0.6s; }     
asked by 25.04.2017 / 19:48
1
answer

Distortion of layout in Bluestack

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingLeft="@dimen/activity_hor...
asked by 21.06.2015 / 00:02
5
answers

How to keep the footer always down

I would like to know how to keep the site footer always at the bottom of the site, even if the site content is small, like the example below. If I put a margin top, it does not stay down there at all resolutions, I tried with percentage...
asked by 08.09.2015 / 17:55
2
answers

How to apply responsiveness to texts?

I'm using the front end of a responsive site, I've read some materials on how to set up responsive sites, and I'm using 'EMS' instead of pixels in font sizes, but they do not change according to screen resolution. Ex: I stated in the body: body...
asked by 09.10.2014 / 21:15