Questions tagged as 'layout-responsivo'

1
answer

Adjust product list in woocommerce to stay aligned correctly

My store has the following visual And I'd like to align the products correctly because the look is not legal. How could I do this?     
asked by 16.04.2018 / 19:49
1
answer

Problem with Media Query

Does anyone know how I can specify a Media Query for each device? I am trying to leave the one of the iphone 6, 7 and 8 in a way and in the same cell phones only that version Plus I am changing to fit in the layout only that it does not go, alwa...
asked by 10.03.2018 / 14:47
1
answer

CSS Grid Layout - How to horizontally center all elements in all Grid Lines of a Sub-Grid?

I'm working on a college project and we're using Grid Layout to design an e-commerce focused on animals. There was some doubt during the creation process regarding the centralization of grids content in different resolutions and types of devices...
asked by 27.03.2018 / 17:32
1
answer

Images overlapping when resolution changes

I have 4 images side by side, but when I reset the resolution they are overlapping one by one. I would like them to adjust but remain side by side since the resolution allows them to stay see the image CSS .snip1566 { position: rela...
asked by 16.02.2017 / 03:52
1
answer

Android Button below a ViewPager with no fixed size

I'm creating a layout where I need a button below ViewPager, in this layout I also loads tabs, as in the image below: WhathappensisthatIcannotleavethiswaywithoutsettingtheViewPagersize,itfollowsthexmlofthelayout.<?xmlversion="1.0" encodin...
asked by 10.08.2016 / 20:13
1
answer

The separator is going through the reset button

I wanted the tab to stop just below the FREE THROW buttons, not at the bottom of the screen. How do I correct so that the design is responsive? Why is the content disorganized when the screen is in landscape mode? <?xmlversion="1.0" e...
asked by 05.08.2016 / 07:28
2
answers

How to use the bootstrap for websites with a larger layout?

Well, I've always developed websites with bootstrap and never modified the default container size that is 1170px because there was never a need. I now have a 1900 wide layout. I also always use the sequence col-md-12 col-sm-12 col-xs-12 W...
asked by 02.06.2016 / 15:28
1
answer

Fixed footer below a form

I'm having a problem with the code of this site www.forcaemovimento.com.br I have a form that has some div's with position:absolute to do the side effect. The problem is that the footer is behind the form when it accesses via mobile in...
asked by 19.05.2016 / 21:19
1
answer

Dynamically increasing the div content [duplicate]

I have 3 div's and div2 must have dynamic content (growing as content is inserted into it), div1 must match the growth of div2. How can I do this? <div id="divPrincipal"> <div id="div1" style="width:20%; background-color...
asked by 12.02.2016 / 21:11
2
answers

How to put responsive background on col-md

HowcanInotrepeatthisbackground?html:<divclass="col-md-12"> <div class="panel panel-default sharp"> <div class="conteudo_me"> </div> </div> </div><!-- /.col-md-12...
asked by 02.07.2015 / 18:05