-
AuthorPosts
-
bandbreed500 Friend
bandbreed500
- Join date:
- July 2008
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 7, 2008 at 10:39 am #134102Somehow I fluked the position of the search box in the top module and now it shows up in a weird spot. I have hid if for a while in the contact section:
http://www.weekvandeondernemer.nl/index.php/contact
But I would like to align it back with the font-size buttons to the right of the header. Anyone know where to find the css positioning code for moving that box around? I could use some help with the CSS syntax so an example would be greatly appreciated…
iamdbat Friendiamdbat
- Join date:
- October 2008
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 19, 2008 at 10:57 pm #276129Go to template manager – select ja_Kulanite and then select preview – you will then see the module positions available on this template
I hope helps and that I understood your request correctly
iamdbat Friendiamdbat
- Join date:
- October 2008
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 19, 2008 at 10:58 pm #276130I’ve just had a look at your site and I see what you mean – are you running IE8? – If so set the compatibility mode in the File menu (I think) and the menus will show correctly
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 20, 2008 at 4:24 am #276161Hi
you can edit template.css (line 904)
#ja-login {
left:190px;--> change here, incease 190 as you want
position:absolute;
top:1px;
}1 user says Thank You to Sherlock for this useful post
bandbreed500 Friendbandbreed500
- Join date:
- July 2008
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 20, 2008 at 7:21 am #276193Thanks for the suggestions, I will digg into the CSS, I don;t think I have ever ventured as far as line 900… Might do the trick.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
October 22, 2008 at 3:49 am #276525HI
DO you have any success ?
Can i mark this topic is solved ?bandbreed500 Friendbandbreed500
- Join date:
- July 2008
- Posts:
- 30
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 22, 2008 at 7:23 am #276550Yeah, that does the trick alright, you can mark it done as solved. I have been skipping all the ja-css while I should have looked there. changing that bot of code to:
/* Login Form */
#ja-login {
position: absolute;
top: 15px;
left: 690px;puts it a bit further down and to the right. Have to be careful that the absolute positioning is counting from the containing wrapper and not from the browsers viewport, but that should be workable. Cheers.
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by bandbreed500 16 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum