Jump to content
  • 0

Jak wycentrować menu prestashop 1.6


Witek7777

Question

21 answers to this question

Recommended Posts

  • 0

dokładnie tak jak pisze @endriu107.

w pliku: \themes\default-bootstrap\css\modules\blocktopmenu\css\superfish-modified.css

1. dla .sf-menu > li usuwamy float i dodajemy display:

.sf-menu > li {
   border-right: 1px solid #d6d4d4; 
   margin-bottom: -3px;
   display: inline-block;
}

​2. dla .sf-menu dodajemy text-align:

.sf-menu {
   text-align:center;
   position: relative; 
   padding: 0; 
   text-align: center; 
   width: 100%; 
   border-bottom: 3px solid #e9e9e9; 
   background: #f6f6f6;
}
Edited by selljus.pl (see edit history)
Link to comment
Share on other sites

  • 0

Jestem laikiem w tych sprawach, wiec nie wiem jak to wykonać :/ 

 

Korzystając z okazji jak usunąć wyświetlające sie podkategorie w górnym menu? Jak w załączniku (chcę usunąć tylko te podkategorie, kategorie główne chciałbym zostawić)

post-734074-0-61023600-1434646288_thumb.png

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...