Box around text of page

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
msshai
New Member
New Member
Posts: 7
Joined: Sun Mar 10, 2013 9:07 pm

Box around text of page

Post by msshai »

I am thinking about placing a background in the main content section of my page (http://www.sisters-inspirit.org) . Unfortunately, I can't quite figure out how to do it properly. Currently, I have the box code from my side bar (I am using a template BTW) but I cannot control the parameters of that box. Any ideas? :-* (my kiss is my gratitude for your reading and responses)
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: Box around text of page

Post by velden »

Pfff, this site loads reaaaaally slow here (minutes). Large images (3x ~500kb) and a MP4 movie (+2mb) are loaded...

.main_content already has TWO backgrounds defined in css. Looks like the subtile shadow on top and bottom of main content.

Code: Select all

/*
    MAIN
*/
.main_container {
    width: 100%;
    display: table;
   background-color: #ffffff;
    background: url("/uploads/interface/images/container_bg.png") top left repeat-x scroll, url("/uploads/interface/images/container_bg_bottom.png") bottom left repeat-x scroll;
}
You could ofcourse choose another background for that in the style sheet.
msshai
New Member
New Member
Posts: 7
Joined: Sun Mar 10, 2013 9:07 pm

Re: Box around text of page

Post by msshai »

I agree. The page is loading extra slow right now! I am online with my host about that.

Other than that, I am fine with the pictures currently there (they give a slight shadow/gradient look). I just want a separate box to go around the content (paragraphs/text) of pages that don't have a sidebar such as http://sisters-inspirit.org/about-us . Any ideas?
Locked

Return to “[locked] Installation, Setup and Upgrade”