I need help ! :(

GK User
Thu Jan 26, 2012 8:39 pm
In the attached image I want to show you what I want to implement to a Game Magazine template.
In the Game Magazine template behind the modules I have just white background and I want to separate them through a small transparent line (like in the picture).

How can I do that ?
Please help me, I really need your help!!!
User avatar
Senior Boarder

GK User
Fri Jan 27, 2012 12:09 pm
Hi,

This may need much customization, I can't help you do that but I just can to suggest you to do something like these:

- You need to change the background color of main section to different from white, I use this code to change it to RED:
Code: Select all
#gkPageWrap{
background: none repeat scroll 0 0 red;
}

- Now you need to change background color of your each module to different from RED, I use this code to change to WHITE for two example modules:
Code: Select all
#gkLeft, #gkContent{
background: none repeat scroll 0 0 white;
}

- Last step, we need to add a separation space between these two modules:
Code: Select all
#gkContent{
margin-left: 5px;
}

- The site will look like this http://easycaptures.com/fs/uploaded/427/2911536900.jpg
User avatar
Platinum Boarder


cron