Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jimcapraro Friend
    #157971

    I’m creating a site for a client using JA Corona. The client wants the content boxes of the site to be separated by white borders in a grid-like fashion, similar to that found on this site: http://www.liscjacksonville.org.

    I am getting close to accomplishing this, but there are a few instances in which I cannot figure out how to get my white borders to extend the full length of the box, line up correctly, etc. I’m pretty sure that it’s a matter of adjusting margins and padding in the template CSS file, but I’m stumped as to which paramaters to adjust. Here’s the site I’m working on: http://cdwebsites.net/corona/

    Please help! I’m using Joomla 1.5 and the most recent version of the JA Corona template.

    Thanks!

    aman204 Friend
    #368970

    Try add this at end of template.css file ::

    #ja-newsflash-janflh-modid46 {height:175px !important;}

    Change this::

    #ja-container-top {template.css (line 552)
    background:none repeat scroll 0 0 transparent;
    padding-top:20px;
    }

    to

    #ja-container-top {template.css (line 552)
    background:none repeat scroll 0 0 transparent;
    padding-top:0;
    }

    You can make in similar value change here for padding::

    #ja-container-bot {template.css (line 561)
    border-bottom:10px solid #FFFFFF;
    padding-bottom:20px;
    }

    jimcapraro Friend
    #368993

    Thank you! That solved the problem in two of the spots. Two of the spaces are still there (see below). Any ideas?

    Thanks again


    1. screenshot
    Ninja Lead Moderator
    #369041

    Hi jimcapraro,

    Please add this at the bottom of template.css


    #ja-topslwrap .ja-box-left{
    margin-left: -20px;
    }

    it should work.
    Sincerly.

    jimcapraro Friend
    #369149

    Thank you!

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

This topic contains 5 replies, has 3 voices, and was last updated by  jimcapraro 13 years, 4 months ago.

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