Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • bandbreed500 Friend
    #134102

    Somehow 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 Friend
    #276129

    Go 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 Friend
    #276130

    I’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 Friend
    #276161

    Hi
    you can edit template.css (line 904)

    #ja-login {
    left:190px;--> change here, incease 190 as you want
    position:absolute;
    top:1px;
    }

    bandbreed500 Friend
    #276193

    Thanks 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 Friend
    #276525

    HI
    DO you have any success ?
    Can i mark this topic is solved ?

    bandbreed500 Friend
    #276550

    Yeah, 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.

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

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