• 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

editing white box

Haki88

Chevereto Member
whats the name of this red box (orginal white) so i can make it bigger to this black box and make black edges?
RGztk.png


editing image is easy but whats the name of that white box so i can edit it in style.css
 
bkg-content?

no

edit: i found it,this blue thing where is it in .css?

is it this:
Code:
#content {
    top: 73px;
    background: url(./theme-img/bkg-content.png) no-repeat;
    width: 920px; /* 994 - 37*2 */
    min-height: 500px;
    padding: 64px 37px;
    overflow: auto;
    margin-top: -26px;
 
can you tell me what to edit because i changed all numbers and whole theme is messed up^^ but i keep returing orginal .css to see what number i need to edit but i fail whole time 🙂
 
Back
Top