Menu an logo resposive problems.

Hi themers,

Thank you for this great template.
I im quite new in magento and have the following questions:

1. How can i remove the top ja-quicksetting from the header
2. I have made the logo wider and because of that the responsive part does not fit.
(picture 1 and 2) How can I make the theme respond to fit the menu, so that the btn-toggle menu-toggle button appears earlier?
3. I have made the menu higher but I can

3 answers

Profile photo of Sherlock 0.00 $tone September 18, 2013
Public

Hi mallepiet,

1) you can just open the file of skin/frontend/default/jm_crafts/css/styles.css look for this css rule

HTML Code:

 #ja-quicksetting {
height: 60px;
  position: absolute;
  right: 118px;
  top: 0;
  width: auto;
}

you change it to

HTML Code:

 #ja-quicksetting {
  display: none;
  height: 60px;
  position: absolute;
  right: 118px;
  top: 0;
  width: auto;
}

HTML Code:

2. I have made the logo wider and because of that the responsive part does not fit.
(picture 1 and 2) How can I make the theme respond to fit the menu, so that the btn-toggle menu-toggle button appears earlier?
3. I have made the menu higher but I can’t get the megamenu to align. How can I get the childcontent to align the bottom of the header (picture 3)

Could you please explain a little bit more as well as giving me your url for taking a look at those issues ?

HTML Code:

4. Where can I edit the shop translations language files for the template. For example shop “description” and “quickview”

you can enable Translate Inline for front-end in your back-end and try to translate inline those texts that I think would help

#1
Profile photo of r reim 0.00 $tone October 1, 2013
Public

Hi mr Holmes,

Thank you for helping. Unfortunately i cannot put the site online yet for debugging.

I managed to fix problem 1,2 and 4 thanks to your help!

Still i have problem number 3 to solve:
When the megamenu unfolds, the backgroud gets the dark transapant layer behind it. Where can give, the beginning of the transparant layer, marging to align with the bottom of the header?

IMAGE:
Attachment 30449

Thanks again ;o)

#2

Please login or Register to Submit Answer

Written By

Comments