Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • billrust Friend
    #190799

    I have a custom module on my pages with a banner image – http://hunt.bwpcommunications.com/about-us

    The module has a class assigned and a background image assigned to the class (#ja-subhero).

    I am trying to get my background image to be flush with the bottom of the banner image on this page, but it’s about 20px too high. Should I use another image or is there a way to make the BG image a little taller while maintaining it’s proportions?

    Thanks!

    BIll

    Saguaros Moderator
    #506681

    Dear Bill,

    Not sure this is what you want to achieve or not but you can try open file: /templates/hunt/css/template.css, at approx line 542


    #ja-subhero {
    background: url("http://hunt.bwpcommunications.com/images/bgpattern/bgpattern.jpg") repeat-x scroll 0 0 transparent;
    }

    change it to:


    #ja-subhero {
    background: url("http://hunt.bwpcommunications.com/images/bgpattern/bgpattern.jpg") repeat scroll 0 0 transparent;
    }

    billrust Friend
    #507045

    <em>@Saguaros 390662 wrote:</em><blockquote>Dear Bill,

    Not sure this is what you want to achieve or not but you can try open file: /templates/hunt/css/template.css, at approx line 542


    #ja-subhero {
    background: url("http://hunt.bwpcommunications.com/images/bgpattern/bgpattern.jpg") repeat-x scroll 0 0 transparent;
    }

    change it to:


    #ja-subhero {
    background: url("http://hunt.bwpcommunications.com/images/bgpattern/bgpattern.jpg") repeat scroll 0 0 transparent;
    }

    </blockquote>

    I ended up just creating another image specific for those sub-pages that matched the height of the banner images 🙂

    It was only one more class to add, and solved the problem right away.

    Thanks as always though for the suggestion!

    Bill

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

This topic contains 3 replies, has 2 voices, and was last updated by  billrust 11 years, 1 month ago.

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