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