Logo Position & Currency drop down Move to right

Hi

I’m trying to work out a few things that i need help with.

1. Move logo down inline with menu (see attached image of the current issue)
2. Locate Currency dropdown block to move to top of right hand column

Any assistance would be much appreciated.

Thanks,

Darren

8 answers

Profile photo of Sherlock 0.00 $tone August 7, 2013
Public

hi mate,

Regarding the logo, you can move it to the same level with menu area by changing as below
Open the file of skin/frontend/default/jm_trex/css/theme.css you look for this css rule

HTML Code:

 h1#logo, div#logo-text, h1#footer-logo {
  float: left;
  margin: 0 9px 0 0;
  padding: 0;
}

Change it to

HTML Code:

 h1#logo, div#logo-text, h1#footer-logo {
  float: left;
  margin: 80px 9px 0 0;
  padding: 0;
}

About the Currency dropdown block, i see that it was located at top right side already

#3
Profile photo of Darren Forsdike 0.00 $tone August 8, 2013
Public

Hi

Sorted the blank space issue out now, tried to enable Mega Menu but its just not displaying correctly and if i add menu items i can only see top level menu item.

Also when i delete a menu group there no error message but the menu group doesn’t delete, it appears something is not right , can you assist?

Thanks

#5
Profile photo of Sherlock 0.00 $tone August 19, 2013
Public

Sorted the blank space issue out now, tried to enable Mega Menu but its just not displaying correctly and if i add menu items i can only see top level menu item.

I logged in to your back-end, try to create a new menu item call "test1" under the test menu item, enabled the Jmmegamenu and I can see it display in the front-end, I don’t see a problem there , you can enable the megamenu to see

Also when i delete a menu group there no error message but the menu group doesn’t delete, it appears something is not right , can you assist?

oK, This seem to be a bug, i create an issue in ja bug tracking system here, it would be checked and fixed soon.

#8

Please login or Register to Submit Answer

Written By

Comments