Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • bgrossfeld Friend
    #136795

    Hi guys,

    Here’s the site:

    http://www.arizonaguardian.com/az/

    On the right the banner and video are right justified, and you can see the box outlines behind them. I’d like these centered or to get rid of the box outlines. If I put anything bigger in those spots it just gets cut off. I’m assuming this is a CSS issue, I just can’t figure this one out.

    Thanks in advance for any help!!

    John Wesley Brett Moderator
    #285179

    Couple of width changes…and one CSS change.

    Change the width of your pictures to 310px…and also change the width of the video to 310px.
    All are currently set to 325. While the modules width is actually 325, you’re not accounting for the padding around the pictures. So 310 will do it.

    And in template.css (line 718)

    Change from this:


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

    To this:


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

    Have a GREAT week.
    John.

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

This topic contains 2 replies, has 2 voices, and was last updated by  John Wesley Brett 15 years, 10 months ago.

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