Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • indyhouse Friend
    #117324

    We’re using ja capella ii at work and we need to increase the height of the logo. The default template shows about 90 pixels of the background and then cuts off — we need to show 120, but we can’t figure out how.

    Any help would be greatly appreciated.

    A

    cssyeah Moderator
    #210815

    Hi indyhouse

    You can download the source file ( .PSD ) http://www.joomlart.com/images/ja_capella.psd and you can config it

    indyhouse Friend
    #210816

    Thanks for the reply. We have those and we’ve already modified all the images we need.

    The demo logos in the PSD file do not drop below 90 pixels (out of the entire 200 height). We have altered the images to have logos that drop down the 120 pixels. No matter how much we alter the CSS and the HTML, we cannot get MORE than 90 pixels to show on the website. You can see what I mean at http://www.whwc.info.

    We need the logo space to be larger so our entire logo shows.

    cssyeah Moderator
    #210818

    Greeting !

    I understood your question. you can do:
    in css file you replace paragraph –>
    <blockquote>#header {
    clear: both;
    padding: 10px 10px 10px 10px;
    text-align: left;
    height: 70px;
    }</blockquote>

    by

    <blockquote>#header {
    clear: both;
    padding: 10px 10px 10px 10px;
    text-align: left;
    height: 100px;
    }</blockquote>

    when your logo can show full.

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

This topic contains 4 replies, has 2 voices, and was last updated by  cssyeah 17 years, 6 months ago.

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