Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • mmckeen Friend
    #120291

    I would like to reduce the size of the box at the top over the headers. I assume it is embedded in either the php file or in the css? Can someone point me in the right direction if you know…

    Thanks much!

    uptil4music Friend
    #220222

    <em>@mmckeen 15670 wrote:</em><blockquote>I would like to reduce the size of the box at the top over the headers. I assume it is embedded in either the php file or in the css? Can someone point me in the right direction if you know…

    Thanks much!</blockquote>

    Try Firebug, it helps me alot in identifying what & where to modify. If Firebug doesn’t identify the property in the CSS, it’s a good bet it’s something hard coded.

    mmckeen Friend
    #220245

    Thanks … I’ll give that a shot

    mmckeen Friend
    #220404

    I found part of it. I can change the padding-left in the ja-subhead div.moduletable and move the text over to the right however the “background” for the text remains the same length. I can’t see to find where that is configured.

    Thanks…

    Menalto Friend
    #220433

    Open up template_css.css and scroll down to line 1098:

    #ja-subhead div.innerpad {
    background: url(../images/top-bg-narrow.png) repeat-y top left;
    position: absolute;
    top: 20%;
    right: 0;
    padding: 10px 0 15px;
    width: 100%; <HERE YOU CAN CHANGE THE WIDTH
    }

    mmckeen Friend
    #220437

    Great! … thanks for the tip!

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

This topic contains 6 replies, has 3 voices, and was last updated by  mmckeen 17 years, 6 months ago.

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