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

Need help with CSS

If you change the css on line 112 in style.css
Delete:
Code:
background:url('./theme-img/bkg-content.png');
margin-top: -26px;
Add:
Code:
background: #ffffff;
margin-top: -10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 0px 10px 5px #7CC6EB;
-moz-box-shadow: 0px 0px 10px 5px #7CC6EB;
-webkit-box-shadow: 0px 0px 10px 5px #7CC6EB;
You should get a similar effect. Play around with the box shadow and margin-top to entirely fix it.
 
If you change the css on line 112 in style.css
Delete:
Code:
background:url('./theme-img/bkg-content.png');
margin-top: -26px;
Add:
Code:
background: #ffffff;
margin-top: -10px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
box-shadow: 0px 0px 10px 5px #7CC6EB;
-moz-box-shadow: 0px 0px 10px 5px #7CC6EB;
-webkit-box-shadow: 0px 0px 10px 5px #7CC6EB;
You should get a similar effect. Play around with the box shadow and margin-top to entirely fix it.

Thanks but the bottom of the white content box is too close to the footer area in viewer page. How can I fix this ?

Thanks,

x8smile
 
Back
Top