• 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.

Move logo down

Lastopp

Chevereto Member
Hello, i would like to push my logo a bit down, take a look at http://lastopp.net.

cheve.png
 
Open
Code:
content/themes/Peafowl/style.min.css
 
and
 
content/themes/Peafowl/style.css

find

Code:
#top { ... }

add before the ending }

Code:
bottom: -30px;

it should do what you want.
 
Back
Top