Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • judemac Friend
    #134218

    Is it possible to put either text or an image directly under the usertools menu? In JA Antares there is white space beneath the usertools (which I want to keep) but I would like to enter information beneath that. How could I do this on the template?

    John Wesley Brett Moderator
    #274907

    Sure…create a new CUSTOM MODULE pointing to the same position as the Usertools and make sure you are aligned right. (User 4, if I recall)

    That should do it. Just becareful how tall you make the info in your Module so as not to overright whats below.

    John.

    sushismb Friend
    #277125

    Hello,

    I also wanted to put a module below the user tool and tried with your instructions.

    I installed a time/date module.

    The problem is that it is alligned far right which is not aligned with the actual page.

    http://www.coco.ph.

    Hope you could help how to customize this.

    Thanks i advance!

    sushismb Friend
    #277712

    I hope anyone could help regarding this problem I posted above.

    Thanks!

    judemac Friend
    #278321

    Hi,

    Back again. I did use the module 4 position for the fix, but as sushismb reports, the image stretches out to the right of the template. This is probably because of the limitations on the module size? User 4 was set up for the ‘search’ module which is also incorporated in the ‘Toolbar’ so it doesn’t appear to be large enough to handle another module.

    Can the space be enlarged, if so what’s the code and where could I change it? There are tow of us here with the same problem now, does anyone have a fix?
    http://79.170.40.182/stornoway-portauthority.com/

    scotty Friend
    #278328

    Go to line 738 of template_css.css and find….

    #ja-search {
    display:block;
    float:left;
    margin-top:2px;
    width:120px;
    }

    And change to…

    #ja-search {
    display:block;
    float:left;
    margin-top:2px;
    }


    also Jude on your image div I’d add <div style=”padding: 10px 0″> to bring the image to the vertical center.

    sushismb Friend
    #278333

    Hello,

    I still cant have the right portion aligned. I’d appreciate any help!

    Thanks!

    scotty Friend
    #278336

    sushismb;89701Hello,

    I still cant have the right portion aligned. I’d appreciate any help!

    Thanks!

    Sorry should be template_css.css not template.css

    Path is /templates/ja_antares/css/template_css.css

    judemac Friend
    #278338

    Sláinte

    Of course it took a Celt to sort it out! Even though the above was the wrong way around:D d’ya suppose that’s the Irish influence, to myself, having been brought up in Bangor, N/I. It all made perfect sense!

    Anyway I fiddled around with the width and set it at the size of the image I was inserting, plus 10px to compensate for the border having taken in the div insructions. I also added a bit of white space to the image, that ‘s the only way I could get it perfect.

    I notice it has bitten into the grey border on the search box, but hopefully, if it doesnt annoy me too much, I will get away with it.

    But BIG THANK YOU to you! Scotty

    Sushismb – I’m not sure how you would go about fitting in your date. I notice it is there now, but part of it is outside the grey box. I wonder if you increased the space around your Logo image would that enlarge the area for your calendar to fit in? My quick fix would be to increase the white area around your logo image, but I’m sure there is a much better technical way.

    sushismb Friend
    #278377

    Hi,

    I do not know how to adjust the space. Appreciate any help!

    Thanks!

    scotty Friend
    #278423

    Tá fáilte romhat agus ná habair é Jude!

    Sushismb: I’m not sure what you want to do. Do you want all the text put in the grey box on one line? This is not possible because the grey box is an image and is only 180px wide. You have to either make a wider image or reduce the text.

    sushismb Friend
    #278429

    Hi,

    As you can see, the clock module is not aligned on the right side of the webpage. I want to have it aligned to the right.

    Thanks!

    scotty Friend
    #278430

    Try this…

    On template_css.css find on line 693…

    #ja-usertools {
    background:transparent url(../images/usertools-right-bg.gif) no-repeat scroll right top;
    display:block;
    float:left;
    font-size:11px;
    height:25px;
    padding:0 10px 0 4px;
    }

    and change to….

    #ja-usertools {
    background:transparent url(../images/usertools-right-bg.gif) no-repeat scroll right top;
    display:block;
    float:left;
    font-size:11px;
    height:25px;
    padding:0 0 0 4px;
    }

    sushismb Friend
    #278458

    Hi Scotty!

    Thank you so much! It worked!

    I’m so greatful!

    Thank you!

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 4 voices, and was last updated by  sushismb 16 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum