outermostcbro

Results 14 comments of outermostcbro

> Hello This is Silex v2 Can you start over with Silex v3? It will be much better for your project Hello! I would love to use V3 but it...

If there was a way on V3 too import a site as an option like in v2 or start with template.

Hello, I have coded a drop menu in Silex V2 that should work also in V3. All you need to do is add a HTML section and paste the code...

Drop menu with categories

Dropdown Menu with Categories /* Main dropdown container */ .dropdown { position: relative; display: inline-block; } /* Dropdown button */ .dropbtn { background-color: #4CAF50; color: white; padding: 14px 20px; font-size:...

Dropdown Menu for Silex /* Main menu container */ .dropdown { position: relative; display: inline-block; } /* Dropdown button */ .dropbtn { background-color: #4CAF50; color: white; padding: 14px 20px; font-size:...

Hope this helps.

Glad it helped.

> Well, i still have difficulties to adapted the navbar to the different modes (tablet, mobile landscape etc.) > > Can i use one css script which is value for...