Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • citizen Friend
    #172547

    Hello the forum,

    It will be very nice if someone can tell me how resolve this problem of module widths and spaces :

    http://sd-1.archive-host.com/membres/up/779983057/kranos.gif

    Thank you in advance,

    pixelzombie Friend
    #432944

    Hello citizen,

    thanks for your post. There is a css statement in the template.css of the Kranos template.

    Please edit it and have a look at line 896 or search for this string


    #ja-topsl .main .main-inner1, #ja-topsl1 .main .main-inner1, #ja-botsl1 .main .main-inner1, #ja-botsl .main .main-inner1 { padding: 35px 0 15px 54px; }

    If you look at it, you’ll notice that the css padding values are strange. Just for explanation, all values are applied clockwise.
    top, right, bottom, left. This means you have a padding of 35px top, 0px right, 15px bottom and 54px left. You’re right, that’s not supposed to be that way. This should be taken into consideration of the next Kranos template update.

    To fix this, just enter even values like that


    #ja-topsl .main .main-inner1, #ja-topsl1 .main .main-inner1, #ja-botsl1 .main .main-inner1, #ja-botsl .main .main-inner1 { padding: 15px; }

    I hope everything was understandable. If you have any questions, please don’t hesitate to ask 🙂

    Cheers

    Frank

    citizen Friend
    #432945

    Hello Frank,

    Thank you very much for your help, I’ll try and will let you know,

    Cordially,

    citizen Friend
    #432948

    Thank you frank,

    Your solution helped me to better organize my modules,

    Have a nice day,

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

This topic contains 4 replies, has 2 voices, and was last updated by  citizen 12 years, 10 months ago.

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