reduce left padding in menu

  • robandyuk
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 3 months ago #10861 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

Please Log in to join the conversation.

More
13 years 3 months ago #10865 by ivan.milic
add to template_css.css:

#mainlevel{
padding-left:5px!important;
}

Please Log in to join the conversation.

More
12 years 5 months ago #20305 by Jan Harmening
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

Please Log in to join the conversation.

More
12 years 4 months ago #20320 by ivan.milic
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;
}

Please Log in to join the conversation.

More
12 years 4 months ago #20337 by Jan Harmening
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

Please Log in to join the conversation.

More
12 years 4 months ago #20338 by Jan Harmening
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
Powered by Kunena Forum