0
Welcome Guest! Login
0 items Join Now

concerning module positions

  • concerning module positions

    Posted 16 years 8 months ago
    • Hello,
      I followed the instructions of the tutorial and I saw how to add a new module, but could it be possible to define it's exact position? On the rokwebify template, I would like to put the user3 module or a new one nearby the logo. So I should reduce the width of the module and chage its position!

      How can I do that?

      Thank you
  • Re: concerning module positions

    Posted 16 years 8 months ago
  • Re: concerning module positions

    Posted 16 years 8 months ago
    • Unfortunately it's not possible because, I need the same backgroud as for the user3 module! Is it possible to move it with the png file and change the position of the green horizontal bar?

      If it's possible, I have to do that and my next problem will be to put the top menu nearby the bottom of the logo and make it larger! I don't know if you see how I imagine it! The logo and the menu have to be on the same bottom line. :-\
    • Last Edit: 16 years 8 months ago by Sacha Lopar.
  • Re: concerning module positions

    Posted 16 years 8 months ago
    • Just post a screenshot of what you are imagining :)
    • James Spencer / Developer & Support / Hull, UK
  • Re: concerning module positions

    Posted 16 years 8 months ago
    • http://www.tech-int.ch/example.jpg

      The main menu will be on the green bar...but on this position there is no module...so my question was if it would be possible to do that?

      If it's not possible I will try to change my template!

      Thank you
  • Re: concerning module positions

    Posted 16 years 8 months ago
    • From that picture, all you need to do is push the sub menu items to the right to not be hidden by the logo?
    • James Spencer / Developer & Support / Hull, UK
  • Re: concerning module positions

    Posted 16 years 8 months ago
    • Maybe it would be more clear with that picture (I modify it with photoshop and put the user3 module on the place I want!

      www.tech-int.ch/example2.jpg

      Actually, that module is under the logo (look on the original template! :-\

      Thank you
  • Re: concerning module positions

    Posted 16 years 8 months ago
    • In template_fcss.css, find
      div#horiz-menu {
      background:url(../images/menu-bg.png) repeat-x scroll 0pt 50%;
      height:36px;
      }

      Change to something like
      div#horiz-menu {
      background:url(../images/menu-bg.png) repeat-x scroll 0pt 50%;
      height:36px;
      margin-top:-38px;
      width:400px;
      float:right;
      }
    • James Spencer / Developer & Support / Hull, UK
  • Re: concerning module positions

    Posted 16 years 8 months ago
    • Oh cool, thank you! It's quite ok, but I just need to adapt some parameters!
      See here: www.tech-int.ch/result.jpg

      In my css code, I had this:
      div#horiz-menu {
           background: url(../images/menu-bg.png) 0 0 repeat-x;
           height: 36px;

      no "scroll 0pt 50%" because when I tried to add it, the whole menu dissapear :S

      So now I have this:
      div#horiz-menu {
           background: url(../images/menu-bg.png) 0 0 repeat-x;
           height: 36px;
           margin-top:-38px;
           width:400px
           float:right;

      My actual problem is that there is no more links on the menu (I can't click on them) and my TransMenu doesn't work!

      I tried to change the width, but the green menu didn't move... that's bizarre! ???
    • Last Edit: 16 years 8 months ago by Sacha Lopar.
  • Re: concerning module positions

    Posted 16 years 8 months ago
    • Could you make your site online?
    • James Spencer / Developer & Support / Hull, UK

Time to create page: 0.056 seconds