test
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • transact Friend
    #169107

    Hi,

    I just upgraded my site to Joomla 1.7.1, and installed the equivalent version of JA_Community_plus template. There seems to be 2 layout problems:
    1. Positions user1, user2 and user3 display one on top of the other on the home page in Firefox and Safari, but display next to each other (as expected) in IE and Chrome. Even when viewing the template positions on Firefox and Safari, these 3 positions show one on top of the other.
    2. I’ve changed the size of the logo and it displays OK on the home page but not on any other pages.

    Can you help? We want to show to the client but can’t in the current state.
    Thanks,
    Terry

    n6rej Friend
    #415772

    change in template.css
    #ja-topsl .ja-box, #ja-botsl .ja-box {
    padding: 0;
    }

    to
    #ja-topsl .ja-box, #ja-botsl .ja-box {
    padding: 0;
    float:left;
    }

    i can’t tell you what line because you have optimization on but if you use firebug it will tell you.

    transact Friend
    #415883

    Hi,
    thanks for the help, it fixed my first problem. But I still have the second problem where the resized logo is not fully displaying on all pages except the home page. This is on all browsers. Any ideas what might be causing this?
    Terry

    transact Friend
    #415938

    Hi, I was able to correct my logo problem. I determined that I needed to have the logo image height and width on the theme’s color.css h1.logo, as well as in template.css.
    Thanks for all your help.

    n6rej Friend
    #415984

    your very welcome and that is correct else the “div” doesn’t know how big to be 😀

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

This topic contains 5 replies, has 2 voices, and was last updated by  n6rej 13 years, 2 months ago.

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