Skip to main content

Ansicht Datamenü

More
9 years 5 months ago #3384 by k.m.1
Ansicht Datamenü was created by k.m.1
Hallo

Ich habe ein kleines Problem und komme nicht weiter.

ich hab mein mod_datamenü auf autasubmit uns möchte dieses, bzw. die Kategorien, in Breadcrumbs "nebeneinander" anzeigen lassen.

Was muss ich wo Ändern damit die Kategorien NICHT UNTEREINANDER angezeigt werden.

Please Log in to join the conversation.

More
9 years 5 months ago #3385 by redactie
Replied by redactie on topic Ansicht Datamenü
Hi,

the wrapping and styling html/css is very limited for the standard layouts.

you can get the desired layout by adding CSS to your template

for example
Code:
#mod128 div.datamenu_element { width:33%; float:left; } #mod128 div.databuttons { clear:both; }

the number, 128, refers to the module id so you can address each module.
the best way to add css to your template depends on the template

some templates like those from yootheme come with the uikit integrated. To use the uikit classes you will need to create your own layout

Please Log in to join the conversation.

More
9 years 5 months ago #3386 by k.m.1
Replied by k.m.1 on topic Ansicht Datamenü
Hallo Bram

Es funktioniert leider nicht bei mir.
Die Breite zu ändern - kein Problem
Die Ansicht nebeneinander ( Bespiel joomla 2.5 ) funktioniert leider nicht.

Das Template das ich verwende in Joomla 3.3.6 ist das gleiche wie auf dem Beispiel 2.5
Attachments:

Please Log in to join the conversation.

More
9 years 4 months ago #3387 by redactie
Replied by redactie on topic Ansicht Datamenü
My pudding :

j3.gryla.eu/normaal

Please Log in to join the conversation.

More
9 years 4 months ago #3388 by k.m.1
Replied by k.m.1 on topic Ansicht Datamenü
Hallo Bram

Wird bei mir leider moretrends.de/damen so angezeigt

Please Log in to join the conversation.

More
9 years 4 months ago - 9 years 4 months ago #3389 by redactie
Replied by redactie on topic Ansicht Datamenü
can't find the style in your css.

if I add a simple version using firebug I get the layout.

Code:
.datamenu_element { float: left; margin-left: 3%; width: 30%; }



Attachments:
Last edit: 9 years 4 months ago by redactie.

Please Log in to join the conversation.

Time to create page: 0.485 seconds