• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

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