Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • rayfurre Friend
    #136756

    Checkout

    ndl2.webkonsepter.com

    you will notice that the banner in position 5 does not have a top padding like the other 3 sides..

    any clues ?

    Thanks

    Anonymous Moderator
    #285076

    Hi rayfurre,

    For your case, please open file templates/ja_teline_ii/css/template.css, find following code section:

    #ja-colmass div.moduletable {
    background:#F7F7F7 none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    padding:0 10px 10px;
    }

    and change to:

    #ja-colmass div.moduletable {
    background:#F7F7F7 none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    padding:10px;
    }

    rayfurre Friend
    #285114

    Hi
    Thanks for the hint, I do have multiple modules in user5 so I created

    #ja-colmass div.moduletable2 {
    background:#F7F7F7 none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    padding:10px;
    }

    and added a 2 in the class module this worked for the module however the space with the modules below now disappeared I need that space regained.

    Thanks for all the help.

    Anonymous Moderator
    #285339

    Please add following code section to the end of template.css file:

    #ja-cols {
    padding-top: 10px;
    }

    rayfurre Friend
    #285439

    Hi
    Thanks for the help as you can see in the site this almost done it however, the vertical line in the middle is still pretty much connected to the banner above it

    Anonymous Moderator
    #285585

    Hi rayfurre,

    Please change classes in template.css file as follows:
    + From

    #ja-colmass {
    background:#FFFFFF none repeat scroll 0 0;
    }

    To

    #ja-colmass {
    background:#FFFFFF none repeat scroll 0 0;
    padding-bottom:10px;
    }

    + From

    #ja-cols {
    padding-top:5px;
    }

    to

    #ja-cols {
    /*padding-top:5px;*/
    }

    rayfurre Friend
    #285887

    Sorry but that did not work the second part is applicable ..however there is no

    #ja-colmass {
    background:#FFFFFF none repeat scroll 0 0;
    }

    is not available..I did restore an old css backup and I did insert the colmass statement however that did not fix it.

    To return back to the original problem…it works fine if I use a title..but not if I put Show Title = no, if I put it to no the banner is right below the top border with no inner padding

    rayfurre Friend
    #286845

    Strange why is this question marked as answered ? …I am still having the problem

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

This topic contains 8 replies, has 2 voices, and was last updated by  rayfurre 15 years, 10 months ago.

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