I want a modiefied version of the template
- v.garofalo
- Offline Topic Author
- Fresh Boarder
- Posts: 11
- Thank you received: 0
I want a modiefied version of the template was created by v.garofalo
Posted 7 years 11 months ago #16117Tell me if this is possible, thanks.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic I want a modiefied version of the template
Posted 7 years 11 months ago #16118www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
- v.garofalo
- Offline Topic Author
- Fresh Boarder
- Posts: 11
- Thank you received: 0
Replied by v.garofalo on topic I want a modiefied version of the template
Posted 7 years 11 months ago #16121A
B
C
clicking on A
A
a.1
a.2
a.3
B
C
clicking on B
A
B
b.1
b.2
C
now the menu only allows you to view the entries in multiple columns but all conunque always visible, and because I need to include many voices, I could use to collapse sections.
I apologize for my broken English. Maybe you can write in Italian?
Tanks
Please Log in or Create an account to join the conversation.
- v.garofalo
- Offline Topic Author
- Fresh Boarder
- Posts: 11
- Thank you received: 0
Replied by v.garofalo on topic I want a modiefied version of the template
Posted 7 years 11 months ago #16123Thanks*
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Replied by joomlaplates on topic I want a modiefied version of the template
Posted 7 years 11 months ago #16125Depends on more toch devices.
But you can add this code to your css/csutom.css
.uk-nav-navbar > .uk-parent > .uk-nav-sub { display: none; }
.uk-nav-navbar > .uk-parent > a:after {
content: "\f107";
font-family: "FontAwesome";
display: block;
float: right;
}
.uk-nav-navbar > .uk-parent:hover > .uk-nav-sub {
display: block;
background: none repeat scroll 0 0 padding-box #fff;
border: 1px solid rgba(0, 0, 0, 0.12);
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
width: 200px;
margin-top: -5px;
padding: 15px;
position: absolute;
left: 150px;
}
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
- v.garofalo
- Offline Topic Author
- Fresh Boarder
- Posts: 11
- Thank you received: 0
Replied by v.garofalo on topic I want a modiefied version of the template
Posted 7 years 11 months ago #16135Please Log in or Create an account to join the conversation.