module news layout

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
akronim

module news layout

Post by akronim »

hi i'm using sectionimage plugin to display a background image of the #page div


but when a news page is called,  it is not generated by the main template so the #main div is:


how can i edit the news module page, to embed e background?
alby

Re: module news layout

Post by alby »

akronim wrote: hi i'm using sectionimage plugin to display a background image of the #page div


but when a news page is called,  it is not generated by the main template so the #main div is:


how can i edit the news module page, to embed e background?
Try to comment background attribute in div#page of Home:

Code: Select all

http://www.arcieriromani.it/Home.html
http://www.arcieriromani.it/stylesheet.php?templateid=16

div#page {
	border: 1px solid #000;
	background: #fff;  <-----

}


--------------------------------------
http://www.arcieriromani.it/La_compagnia.html
http://www.arcieriromani.it/stylesheet.php?templateid=8

div#page {
        width: 780px;
        margin:  10px auto 10px auto;
        padding: 0;
        text-align: left;
}

Alby
akronim

Re: module news layout

Post by akronim »

thanks alby
it could help
but the problem is that i made a big mistake with the template,
i had a different template for the hompage, without the sectionimage plugin

thanks anyway
Locked

Return to “Layout and Design (CSS & HTML)”