0
Welcome Guest! Login
0 items Join Now

SOLVED Afterburner2 menu issue

    • tramber91's Avatar
    • tramber91
    • Sr. Rocketeer
    • Posts: 126
    • Thanks: 4

    SOLVED Afterburner2 menu issue

    Posted 9 years 7 months ago
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED Afterburner2 menu issue

    Posted 9 years 7 months ago
    • You put that in a media query so it only applies to mobiles - was that your intention?

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • tramber91's Avatar
    • tramber91
    • Sr. Rocketeer
    • Posts: 126
    • Thanks: 4

    Re: SOLVED Afterburner2 menu issue

    Posted 9 years 7 months ago
    • Hi

      thanks fot your quick ansewer
      No, my intention is to enlarge font of main menu in large screen and do more modification

      logically must be 14px if i follow variable

      // Base Menu variables
      @menuFontFamily: Arial, Helvetica, sans-serif;
      @menuFontSize: 14px;
      @menuLineHeight: 21px;
      @menuItemRadius: 4px;

      But I don't why, it is 11px ?

      it is ok when i change 11 to 14 in firebug
      This image is hidden for guests.
      Please log in or register to see it.


      But not ok when I add the same line in my custom file

      Bertrand
    • Gantry joomla user - template Gantry / Fresco / Affinity
      http://www.aide-joomla.com/
      http://www.modem-essonne.org/
      http://www.ete44.fr/
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13481
    • Web Designer/Developer

    Re: SOLVED Afterburner2 menu issue

    Posted 9 years 7 months ago
    • You're pointing at one LESS statement... there are lots in several different LESS files in the template - all of which combine to produce the compiled CSS.

      1. your statement is inside a media query that means it is only active on screens with a maximum viewport of 444px? (weird value?)
      2. your statement has insufficient CSS specifity to override the template anyway.
      3. to answer your specific question look in menu.less line 68 ... 14 - 3 = 11px

      Regards, Mark.
    • Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information.
    • tramber91's Avatar
    • tramber91
    • Sr. Rocketeer
    • Posts: 126
    • Thanks: 4

    Re: SOLVED Afterburner2 menu issue

    Posted 9 years 7 months ago
    • Thanks

      with your answer you point me the issue

      I forgot one "}" line 7 below, in my custom css file, end of recaptcha css modif (if you have better code let me know)
      @media (max-width: 444px) {
      .recaptchatable #recaptcha_image {
      margin: 0 !important;
      width: 200px !important;}
      .recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell {
      background: none !important;}
      }
      .gf-menu-toggle, .gf-menu-toggle.active { background-color: #eba74a; background-image: none;}
      .gf-menu.l1 > li > .item {font-size: 15px;}



      I can play again now with my module inside it

      take care

      Bertrand
    • Last Edit: 9 years 7 months ago by tramber91.
    • Gantry joomla user - template Gantry / Fresco / Affinity
      http://www.aide-joomla.com/
      http://www.modem-essonne.org/
      http://www.ete44.fr/

Time to create page: 0.050 seconds