End of Support for Joomla 3 - Forum closed
Menu width
I would like to reduce the width of the menu. where can i set that ?
Last Edit:9 years 11 months ago
by enserk
Last edit: 9 years 11 months ago by enserk.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Its not possible with 2 clicks. You need some css skills to do this.
The "jp-left" where the menu istored has a width of 300px and the main content has a margin-left of 300px.
Please take a look at this sizes at the file > css / joomlaplates.css
But please do not edit the org files. If you want to customize anything, put the custom code into the custom.css
The "jp-left" where the menu istored has a width of 300px and the main content has a margin-left of 300px.
Please take a look at this sizes at the file > css / joomlaplates.css
#jp-right {
margin-left: 300px;
max-width: 100%;
position:relative;
}
#jp-left {
width: 300px;
float: left;
padding: 0;
position:relative;
}
But please do not edit the org files. If you want to customize anything, put the custom code into the custom.css
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:10 years 6 days ago
by joomlaplates
Last edit: 10 years 6 days ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates