Jump to content

[Resolved] Advanced top Menu position nightmare


Recommended Posts

Hello everyone,

 

I am having trouble positioning the ATM module. I have ran live edit but you cannot simply move it around. It is currently hooked to header and top. I have tried a search and people are having similar problems but I haven ot come across a solution.

 

Thank you.

 

PS I have attatched an image to show you what I mean.

 

post-317828-0-19579500-1331552480_thumb.jpg :)

Link to comment
Share on other sites

I looked at it with my developer tool and could not find a way to move it with css scripting.

Have you tried to uninstall and re-install the module or reset the module.

Was this an add on module or part of the theme as the link does not work either.

It is also not populated with the same menu items on the left.

If you want you can PM me log in details to your BO and I will have a look.

Link to comment
Share on other sites

I have tried to reinstall,disable,reset and everything in between. The add-on is a module and not part of the theme. It is created by presta-module.com. Yes the link isn't ctually linked and I have to add the items one by one, but there is no point if I can't move it to the black bar I have :(.

Link to comment
Share on other sites

Haha just seen your website and noticed you can actually buy clutches for the micro cars! I didn't even know that. Nice website!

 

I am going to remove the nav menu on the left side and just keep the drop down menu. You can customise it with brand logos etc and it looks very nice when done up. Just the positioning is a pain!

Link to comment
Share on other sites

I messaged to developer who replied with the following:

 

Hi<br /><br />In the advanced styles tab, you these parameters :<br /><br />#adtm_menu {<br />position:absolute!important;<br />top:137px;<br />}<br /><br />Best regards<br />

 

Not sure what this means :(

Link to comment
Share on other sites

I do :-) I can not believe I did this I entered that but forgot to add the px after the 137.

I think you will like this very much.

 

Deleted image

 

Go to ..modules/pm_advancedtopmenu/css/ and edit pm_advancedtopmenu_base.css

 

Find #adtm_menu should look something like this

 

#adtm_menu {

z-indez : 10;

position : relative;

text-align : left;

zoom : 1;

clear : both;

}

 

Make it like this:

 

 

#adtm_menu {

z-indez : 10;

position : absolute;

text-align : left;

zoom : 1;

clear : both;

top : 137px;

}

  • Like 1
Link to comment
Share on other sites

  • 6 months later...

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...