Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • wolve69 Friend
    #131129

    Hi!

    I was searching around in CSS and tried to modify the stysle of black menu, without success.
    I just want to remove the last 10px – pregion at the bottom of the menu as shown here below:

    Where can I find it?

    Thanks for help!

    anisjolly Friend
    #261150

    Hi Wolve69

    do you have aurl we could look at?

    also have you got firebug installed with firefox?

    http://www.getfirebug.com

    this will help you locate the exact css code that needs amending when you inspect a section of your site.

    bennitos Friend
    #261153

    There is also a firebug guide somewhere on this forum (cant find at atm)

    It makes css editing very easy!

    wolve69 Friend
    #261167

    Hi people!

    Thanks a lot for helping. Tried to install Firebugs last week on Firefox 3.0, was not possible. But now new version is availabe, just installed it. WORKS!

    For those who are interested in solution:

    Find the following lines in template.css:

    div.module, div.module_menu, div.module_text, div.module_black {
    margin-bottom:10px;
    overflow:hidden;
    padding:0pt 0pt 10px;

    and change it to:

    div.module, div.module_menu, div.module_text, div.module_black {
    margin-bottom:10px;
    overflow:hidden;
    padding:0pt 0pt 0px;

    Thanx again for help!

    wolve

    anisjolly Friend
    #261176

    glad you got it sorted 🙂

    Firebug – what a wonderful tool 😉

    strigga Friend
    #275298

    Hello,
    i’d like to change the menu module style to black.
    so i type in the suffix “_black” and that is now showing:

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 4 voices, and was last updated by  strigga 16 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum