End of Support for Joomla 3 - Forum closed
main menu indentation
- TSGEppstein
-
Offline Topic Author
- Fresh Boarder
-
- Posts: 18
- Thank you received: 0
Hi,
the menu items in the main menu across the top are left aligned. Is it possible to indent them? In other words we have them displayed a bit further to the right?
This is what it looks like at the moment
This is what we are looking for
Thanks,
Arnold
the menu items in the main menu across the top are left aligned. Is it possible to indent them? In other words we have them displayed a bit further to the right?
This is what it looks like at the moment
Attachment menu-question-1.png not found
This is what we are looking for
Attachment menu-question-2.png not found
Thanks,
Arnold
Last Edit:8 years 4 months ago
by TSGEppstein
Attachments:
Last edit: 8 years 4 months ago by TSGEppstein.
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8848
- Thank you received: 1738
Hi there,
you can play with margin. Add this code below to your css/custom.css:
Above is the menu 20px from left:
top/right/bottom/left
you can play with margin. Add this code below to your css/custom.css:
Code:
.tm-navbar {
margin: 0 0 0 20px !important;
}
top/right/bottom/left
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:8 years 4 months ago
by joomlaplates
Last edit: 8 years 4 months ago by joomlaplates.
The following user(s) said Thank You: TSGEppstein
Please Log in or Create an account to join the conversation.
- TSGEppstein
-
Offline Topic Author
- Fresh Boarder
-
- Posts: 18
- Thank you received: 0
Moderators: joomlaplates