The code from firebug is shown below and the code from my css is below that.
code from firebug
- Code: Select all
#gkPage .box:first-child, #gkPage .box_menu:first-child, #gkPage .box_text:first-child {
margin-top: 0 !important;
}
template.css (line 153)
#gkPage .box, #gkPage .box_menu, #gkPage .box_text {
background: none repeat scroll 0 0 #FFFFFF;
border-radius: 2px 2px 2px 2px;
margin-top: 8px;
overflow: hidden;
}
template.css (line 150)
div.mymenu {
background-position: center top;
border: 2px dashed #DDDDDD;
padding-top: 52px;
}
my css code from line 337 in the template.css file
- Code: Select all
div.mymenu {
border: 2px dashed #ddd;
background-color: #red;
background-position:top;
padding-top:52px;
}
