SanIK Posted April 28, 2016 Share Posted April 28, 2016 Jak podzielić stopkę (w której jest napis „copyright...”) na trzy kolumny, aby można było umieścić w nich elementy: do lewej, wyśrodkowane i do prawej. Coś na wzór sekcji header, gdzie występują obok siebie logo, wyszukiwarka i koszyk. Pozdr. Link to comment Share on other sites More sharing options...
0 endriu107 Posted April 29, 2016 Share Posted April 29, 2016 Tutaj nie dzielisz stopki a elementy które w niej umieścisz musisz odpowiednio ostylować, jeśli chcesz umieścić ich trzy to muszą mieć ustawioną każdy z nich szerokość 33,3333% czyli odpowiednią klasę bootstrap, później tylko wyrównanie elementów do prawej/lewej. Link to comment Share on other sites More sharing options...
0 krzysiek_web Posted April 29, 2016 Share Posted April 29, 2016 col-md-4 box1 col-md-4 box2 col-md-4 box3 Link to comment Share on other sites More sharing options...
0 SanIK Posted April 29, 2016 Author Share Posted April 29, 2016 Nie wiem, czy dobrze zrozumiałem, ale dodałem do sekcji bottom-footer col-xs-12 taki kod: <div class="row"> <div class="col-md-4">box1</div> <div class="col-md-4">box2</div> <div class="col-md-4">box3</div> </div> Pomimo tego, wszystkie elementy wyświetlają się jeden pod drugim zamiast obok siebie. Pozdr. Link to comment Share on other sites More sharing options...
0 () Maciej () Posted April 29, 2016 Share Posted April 29, 2016 A masz zdefiniowaną klasę "col-md-4" ? Link to comment Share on other sites More sharing options...
0 SanIK Posted April 29, 2016 Author Share Posted April 29, 2016 Dodałem do global.css coś takiego: .col-md-4 { float: left; padding-left: 10px; width: 33.333%; } ale chyba coś nie tak robię, bo nadal nie działa, jak powinno. Pozdr. Link to comment Share on other sites More sharing options...
0 () Maciej () Posted April 29, 2016 Share Posted April 29, 2016 CSS z tego co widzę głupieje i jak damy wartość 33% to przenosi 3 wartość do kolejnej linii. Daj .col-md-4 { float: left; padding-left: 10px; width: 32%; } i będziesz miał wszystko w 1 linii Link to comment Share on other sites More sharing options...
0 SanIK Posted April 29, 2016 Author Share Posted April 29, 2016 Niestety, ale nic to nie zmieniło (pamięć podręczna wyczyszczona). Pozdr Link to comment Share on other sites More sharing options...
0 () Maciej () Posted April 29, 2016 Share Posted April 29, 2016 Daj linka do sklepu. Sprawdzę czy nie masz jakiegoś babola, bo u mnie działa to tak jak trzeba. Link to comment Share on other sites More sharing options...
0 SanIK Posted April 29, 2016 Author Share Posted April 29, 2016 Już wiem co było przyczyną. Okazało się, że w .footer-container #footer .bottom-footer div było width ustawione na 100%. Po usunięciu tej właściwości zaczęło wszystko wyglądać należycie. Dzięki bardzo za wskazówki. Link to comment Share on other sites More sharing options...
Question
SanIK
Jak podzielić stopkę (w której jest napis „copyright...”) na trzy kolumny, aby można było umieścić w nich elementy: do lewej, wyśrodkowane i do prawej. Coś na wzór sekcji header, gdzie występują obok siebie logo, wyszukiwarka i koszyk. Pozdr.
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now