Questions tagged as 'responsivo'

1
answer

Difficulties with responsiveness to complex layout

Good afternoon, all good? I have a question, if it gives a lot of work, do not even have to do it, just give me a light, because I think I'm not doing this layout the best way to stay responsive and I'm having a lot of problems at work. Th...
asked by 09.09.2018 / 19:12
1
answer

Responsiveness using React and Bootstrap

I have a problem that I have been trying to solve for a long time, and I can not, that is to leave the layout of the site taking the whole page, it stays that way. link (print as is) Note that it takes up only 70% of the screen, so the code...
asked by 29.03.2018 / 16:04
1
answer

Limit number of bootstrap mode characters

I need to add a character limitation. I want the main page to display only a percentage of characters, example 100 and when the user accesses that post, show the full story. But my question is that I'm working with bootstrap, how would I do i...
asked by 23.04.2018 / 22:24
1
answer

Responsiveness on iphone

Developed with my colleagues a theme in Wordpress that is very cool on several devices, however the boy who will receive the site uses an iPhone 5 and in this smartphone the figures have been "stretched". I looked for several issues related to...
asked by 23.08.2017 / 20:33
0
answers

Problem with bootstrap responsive menu

Hello everyone, I have a problem with leaving the menu responsible for my site, I will send the html and css so that someone can help me. vlw. HTML: @media(max-width: 1024px) { body { zoom: 0.80; } } @media(max-width: 768px) {...
asked by 13.01.2017 / 23:46
1
answer

Should an image be resized in the browser?

I have read in some places that we should not resize the images we ask of the server in the browser. But I have recently seen that it is good to have a large image with a low quality so that when these images are downloaded on a retina screen th...
asked by 16.01.2017 / 19:58
2
answers

how to leave an embed with fixed width and height responsive?

Does anyone know how to leave this embed responsive, I can not because after a fixed width and height? <iframe src="//vshare.io/v/f171731/width-470/height-305/" width="470" height="305" frameborder="0" scrolling="no" allowfullscreen="true"...
asked by 26.10.2017 / 14:25
2
answers

Hide table td in some cell resolutions

I have an HTML page on bootstrap and it is already responsive. But I need that when they access the site in a certain resolution defined by me hide only one of a table this is possible?     
asked by 02.10.2017 / 15:02
1
answer

Navbar Bootstrap Responsible is not working!

<html> <head> <meta charset="utf-8"> <title>HARD PUNK - Strange, The Fish</title> <link href="./css/bootstrap.min.css" rel="stylesheet"/> <script src="https://ajax.googleapis.com/ajax/libs/...
asked by 25.09.2018 / 17:25
2
answers

Change content according to screen size [duplicate]

I have a link with text that is normal when it is displayed on the pc, but very large for mobile phones (where I would use only one acronym). I need a way to change the text according to the size of the display. I have already tried to know ho...
asked by 17.05.2017 / 19:14