Jump to content
  • 0

Problem z wyglądem strony głównej Prestashop 1.6.1.19


GregasPresta

Question

Mam problem z wyglądem strony głównej http://reservieren.hoch-am-wind.com/

Wersja PrestaShop 1.6.1.19

Obecnie używany szablon default-bootstrap

Chodzi o wyrównanie zdjęć z opisami - pierwszy wiersz jest ok, drugi się rozjeżdża jak na obrazku.

Zależy mi na uzyskaniu dwóch wierszy po trzy zdjęcia.

 

Jak to zrobić?

Schowek01.jpg

Schowek02.jpg

Edited by 2017 (see edit history)
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Wystarczy to ostylować, po pierwsze piąty element w standardzie jest szerszy od innych więc musisz  mu usunąć klasę która nadaje większą szerokość, po drugie musisz sprawić aby wysokość elementów nie miała wpływu na ich układ i tu możesz nadać dla każdego li odpowiedni parametr height lub dla 4 elementu nadać parametr clear:left; 

Link to comment
Share on other sites

  • 0

Dzięki za odpowiedź.

W którym pliku należy te zmiany nanieść? Czy to ta sekcja?

/* Home hook CSS */
#htmlcontent_home ul {
  margin: 0 -5px; }
  #htmlcontent_home ul li {
    padding: 0 5px 10px; }
    @media (max-width: 479px) {
      #htmlcontent_home ul li {
        width: 100%; } }
    #htmlcontent_home ul li img {
      max-width: 100%;
      height: auto; }
      @media (max-width: 479px) {
        #htmlcontent_home ul li img {
          min-width: 100%; } }
    #htmlcontent_home ul li.htmlcontent-item-5 {
    width: 33.33%;
    float: left;
}
      @media (max-width: 479px) {
        #htmlcontent_home ul li.htmlcontent-item-5 {
    width: 100%;
    float: left;
} }

Edited by 2017 (see edit history)
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...