- Posts: 1
- Thank you received: 0
reduce left padding in menu
-
robandyuk
Inactive member - Topic Author
- New Member
Less
More
13 years 3 months ago #10861
by robandyuk
reduce left padding in menu was created by robandyuk
Any idea how I can reduce the padding to the left of the menu,
I am using a legacy list style menu in the right module position.
there is a big gap to the left of the bullets that i would like to reduce but can not find the css for this
see more show info menu on the right
www.shootingshow.co.uk/home
Thanks
I am using a legacy list style menu in the right module position.
there is a big gap to the left of the bullets that i would like to reduce but can not find the css for this
see more show info menu on the right
www.shootingshow.co.uk/home
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #10865
by ivan.milic
Replied by ivan.milic on topic Re: reduce left padding in menu
add to template_css.css:
#mainlevel{
padding-left:5px!important;
}
#mainlevel{
padding-left:5px!important;
}
Please Log in to join the conversation.
-
Jan Harmening
Inactive member - Member
Less
More
- Posts: 38
- Thank you received: 0
12 years 5 months ago #20305
by Jan Harmening
Replied by Jan Harmening on topic Re: reduce left padding in menu
This code does not functioning!
I have tried this (using Joomla 2.5.6 with the Maximenu CK V6, having the Hot_Coffein-Template).
See on Page www.tip-reisen.de/indien
(meanwhile I have canceled this useless code)
How can I really minimize the gap between the cell of the left navigation and the left border?
Who can find a solution?
Jan
I have tried this (using Joomla 2.5.6 with the Maximenu CK V6, having the Hot_Coffein-Template).
See on Page www.tip-reisen.de/indien
(meanwhile I have canceled this useless code)
How can I really minimize the gap between the cell of the left navigation and the left border?
Who can find a solution?
Jan
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #20320
by ivan.milic
Replied by ivan.milic on topic Re: reduce left padding in menu
In layout.css
#topmenu_wrap {
margin: 0 40px;
}
change to
#topmenu_wrap {
margin: 0 20px;
}
then you would probably want to center it, add this after :
#topmenu_left #topmenu{
width: 1020px!important;
}
#topmenu_wrap {
margin: 0 40px;
}
change to
#topmenu_wrap {
margin: 0 20px;
}
then you would probably want to center it, add this after :
#topmenu_left #topmenu{
width: 1020px!important;
}
Please Log in to join the conversation.
-
Jan Harmening
Inactive member - Member
Less
More
- Posts: 38
- Thank you received: 0
12 years 4 months ago #20337
by Jan Harmening
Replied by Jan Harmening on topic Re: reduce left padding in menu
I don't would like to change the topmenu.
I would like to change the mainmenu on the left side.
There I have put in a new menu (maximenu ck).
see on page: www.tip-reisen.de/region/asien/indischer-ozean/indien
KR
Jan
I would like to change the mainmenu on the left side.
There I have put in a new menu (maximenu ck).
see on page: www.tip-reisen.de/region/asien/indischer-ozean/indien
KR
Jan
Please Log in to join the conversation.
-
Jan Harmening
Inactive member - Member
Less
More
- Posts: 38
- Thank you received: 0
12 years 4 months ago #20338
by Jan Harmening
Replied by Jan Harmening on topic Re: reduce left padding in menu
I found the solution with changing to margin:-37px -16px; in /* container style */ in the maximenuvck.php
Please Log in to join the conversation.
Time to create page: 0.146 seconds