• 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.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Place element below the "powered by" logo

Status
Not open for further replies.

Gatses

Chevereto Member
Tell. How to insert counter here?
8zdjv.png
 
1. In the CSS file /content/themes/Peafowl/style.css add position: relative; to #in-foot, it should look like this:

CSS:
#in-foot {
	clear: both;
	padding: 25px;
	overflow: auto;
	position: relative;
}

2. Open /content/themes/Peafowl/footer.php and search for:
HTML:
		<a href="http://chevereto.com/" target="_blank" id="powered">Powered by <img src="<?php echo show_theme_imgdir(); ?>chevereto.gif" alt="Chevereto" /></a>

Add below:
HTML:
<span style="position: absolute; right: 0; top: 50px; margin-right: 25px">hosting 1452 files</span>

The <span> can be a <div> or anything, the style can be by CSS or inline HTML like my code which was made using firebug.

Hope it helps

Regards
 
Status
Not open for further replies.
Back
Top