0
Welcome Guest! Login
0 items Join Now

3 problem

  • 3 problem

    Posted 11 years 6 months ago
    • Dear Rockettheme,

      Firstly I want to say BIG THANK YOU for made Gantry for Joomla.

      I have some issues with layouts. :(
      I'm developing this site: www.netavis.hostingsiteforfree.com/test

      1. Only in Chrome the RokSpocket module is positioning into wrong place (working good with Opera, IE, Firefox)
      2. The RokSprocket module is hiding my dropdown menu although the z-index property has been set properly (dropdown has 999; the RokSprocket imagecontainer has 2; but I've tried with different values included negatives)
      3. The responsive groupped menu overflows left in mobile (both landscape and normal)

      Thank you for your help.
      BR,
      Viktor
    • MrT's Avatar
    • MrT
    • Preeminent Rocketeer
    • Posts: 101084
    • Thanks: 13484
    • Web Designer/Developer

    Re: 3 problem

    Posted 11 years 6 months ago
    • 1. different browser interpret CSS slightly differently - in your case specifically the custom CSS that you have added to create that positioning - I suggest that you create a browser specific custom css to deal with the inconsistencies (same CSS different values) to address that.
      2. Use this code...
      #rt-header, #rt-top {
           z-index: 3;
      }

      3. responsive groupped menu? Please do a screengrab of your problem and annotate to make it clear.

      This is how to create a custom CSS compatible with Gantry 4...

      Simply create a file called "<TEMPLATENAME>-custom.css" and put this file in the CSS folder of the template (where <TEMPLATENAME> is the name of the template as seen in template manager e.g. rt_fracture). GANTRY4 will automatically load this CSS file. If you wish, you can also have browser specific files by appending, for example, "-ie9" making the filename "<TEMPLATENAME>-custom-ie9.css"



      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.

Time to create page: 0.053 seconds