free phpwcms-template

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
xyncro
Posts: 13
Joined: Tue 27. Dec 2005, 18:51
Location: Swedish Westcoast

free phpwcms-template

Post by xyncro »

hello ppl..

i'm using one of the free templates from phpwcms-templates.de
now.. i would like some help with adding a little space ontop of the image but can't find in which file and/or where to change/add this..

any help appreciated..

thx..
jscholtysik

Post by jscholtysik »

Hi xyncro,


this is the wrong forum for questions about templates from pepe.

Please ask here:

http://phpwcms-templates.de/punBB-forum/


Joachim
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

Hi xyncro,

go to ADMIN - layout

open your layout

inside the section margin: top put in your "wanted top space" in px (15}

that's all :idea:
xyncro
Posts: 13
Joined: Tue 27. Dec 2005, 18:51
Location: Swedish Westcoast

Post by xyncro »

hi pepe.. and thx for this tip..

this is partially what i'm looking for..
the only thing that happened here when i used your tip
was that the whole frame moved down..

this is one step forward..

but.. what i would like to have is that the 15 px space that is created ontop of the image
will be in white color instead of the background color (black) which will surround the whole frame..

maybe one of the files uploaded needs to be changed..
but i'm sorry.. i wouldn't know which one and what to change..

any idea..?
xyncro
Posts: 13
Joined: Tue 27. Dec 2005, 18:51
Location: Swedish Westcoast

Post by xyncro »

hi pepe.. and thx for this tip..

this is partially what i'm looking for..
the only thing that happened here when i used your tip
was that the whole frame moved down..

this is one step forward..

but.. what i would like to have is that the 15 px space that is created ontop of the image
will be in white color instead of the background color (black) which will surround the whole frame..

maybe one of the files uploaded needs to be changed..
but i'm sorry.. i wouldn't know which one and what to change..

any idea..?
xyncro
Posts: 13
Joined: Tue 27. Dec 2005, 18:51
Location: Swedish Westcoast

Post by xyncro »

hi pepe.. and thx for this tip..

this is partially what i'm looking for..
the only thing that happened here when i used your tip
was that the whole frame moved down..

this is one step forward..

but.. what i would like to have is that the 15 px space that is created ontop of the image
will be in white color instead of the background color (black) which will surround the whole frame..

maybe one of the files uploaded needs to be changed..
but i'm sorry.. i wouldn't know which one and what to change..

any idea..?
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

Hi xyncro,

go to the frontend.css and change the (redcolored) content of the class: container-MASTER

Thats it :idea:

#container-MASTER, #container-MASTER-3sp {
text-align: center;
background-color: #FFF; // border-color;
margin: 0px auto;

padding: 15px 10px 15px 10px; // frame-border;

border-left: 1px solid #cccccc;
border-right: 1px solid #cccccc;
}
xyncro
Posts: 13
Joined: Tue 27. Dec 2005, 18:51
Location: Swedish Westcoast

Post by xyncro »

hello pepe..

it works like a charm.. :D
i just wanted to tell you that you have been most helpful with this..

..vielen dank..

i have one other question though..

would it be possible to move the categories in the left vertikal menu a little bit down..?

as it is now my categories starts right under the site head image..
and.. how do i add the sitemap, contact, search function and those other thing at the bottom of my site..??

....
Post Reply