-
AuthorPosts
-
October 9, 2008 at 12:51 pm #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 ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
October 12, 2008 at 8:52 pm #274907Sure…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.
1 user says Thank You to John Wesley Brett for this useful post
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
October 28, 2008 at 7:07 am #277125Hello,
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.
Hope you could help how to customize this.
Thanks i advance!
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
November 1, 2008 at 4:36 pm #277712I hope anyone could help regarding this problem I posted above.
Thanks!
November 6, 2008 at 3:20 pm #278321Hi,
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 Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
November 6, 2008 at 4:40 pm #278328Go 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.1 user says Thank You to scotty for this useful post
sushismb Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
November 6, 2008 at 5:24 pm #278333Hello,
I still cant have the right portion aligned. I’d appreciate any help!
Thanks!
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
November 6, 2008 at 6:22 pm #278336sushismb;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
November 6, 2008 at 6:50 pm #278338Slá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 Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
November 7, 2008 at 2:15 am #278377Hi,
I do not know how to adjust the space. Appreciate any help!
Thanks!
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
November 7, 2008 at 9:41 am #278423Tá 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 Friendsushismb
- Join date:
- October 2008
- Posts:
- 370
- Downloads:
- 59
- Uploads:
- 24
- Thanks:
- 86
- Thanked:
- 8 times in 1 posts
November 7, 2008 at 10:33 am #278429Hi,
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 Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
November 7, 2008 at 10:40 am #278430Try 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;
}1 user says Thank You to scotty for this useful post
-
AuthorPosts
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