• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

my theme and problems with displaying banner

SirMarcel

Chevereto Noob
hi folks,
have a look: http://imgbee.com/

I'm trying to add a banner in top-right corner but it seems to be not visible after adding it, any clues why?

here's the code:
Code:
<div id="top">
    <div id="logo">
      <a href="<?php echo URL_SCRIPT;?>"><img src="<?php echo PATH_SCRIPT;?>site-img/logo.png" alt="<?php echo TAG_LINE;?>" /></a>
    </div>
    <div id="tagline" style="display: block;">
        <a href="http://webactivate.net">
            <img src="<?php echo PATH_SCRIPT;?>site-img/468x60.gif" alt="" />
        </a>
    </div>
    <div id="limite">JPG PNG BMP GIF <span>Max.<?php echo $max_mb;?>Mb</span>
    </div>
</div>
 
Back
Top