Guys, help with advice. With CSS not very much, I'm learning. I made a rubber site. The web version has no questions. And in the mobile, the right block with pictures comes down to the center for a text. Tell me how to solve it. Site- http://pomogi-mne.ga/

.left-sidebar { float: left; width: 200px; margin-left: -100%; position: relative; background: #ffffff; } /* Right Sidebar -----------------------------------------------------------------------------*/ .right-sidebar { float: left; width: 200px; margin-left: -250px; position: relative; background: #ffffff; } .bann-right { position:absolute; top:0; right:0; width:200px; } 

So I insert in html

 <aside class="right-sidebar"> <div class="bann-right"> 

And the footer has already jumped ...


Apparently no one knows. With the footer I decided. I will think over the blocks. Thank you all for the answers. Ask questions, I’m probably the smartest here.))))

0