Jump to content

ps_mainmenu subcat covers the main category when mouseon


MusikMachineMan

Recommended Posts

hello everyone

i am using ps1.7.6 with ps_mainmenu.

- every cat and subcat are correctly registered and appear properly

but i would like to make the submenu appear -when mouse on- under the cat menu and not on or above the menu.

let's see how it works today :

when mouse is not on cat

bug_sub_menu0.thumb.jpg.404d713118cb344af9b01452d56987b2.jpg

if my subcats are in one line , it's above (and covers logo and search button)

bug_sub_menu.thumb.jpg.032d8693612f281728e2a9d9d701f111.jpg

and if the subcats are in 2 lines, it covers entirely the menu, logo and search button

bug_sub_menu1.thumb.jpg.106d240d278cc0e078a0a7d558f51d80.jpg

i searched in the global.css concerning the .sub_menu and .sub_menu ul but did not succeed in making the sub menu appear under my level1 categories

 

- In the same time i wanted the categories to be in a kind of 'colored box' instead of simply "written" on white board, but didn't find how to make it

 

- and finally, i would like to change the 'home button' in this ps_mainmenu into a basic house picture,

do you know where to change it ?

 

many thanks in advance for your help

Link to comment
Share on other sites

Try adding the below CSS in the following tpl file i.e themes/{Your_theme}/modules/ps_mainmenu/ps_mainmenu.tpl

<style>

 .sub-menu  {
   background: red !important;
   top:29 px;
  }
</style>

OR add the below lines theme CSS file.

.sub-menu {
          background: red !important;
          top:29 px;
 }
 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...