Hello. Can I insert a video (avi or flv format) in top position? How I can do?
Thanks in advance!
ByeBye
Don Lee wrote:Can you give me the link to your site then I can try a bit with firebug to give you solution?
#gkContent{
width: 66% !important;
margin-right: 5px;
}
Don Lee wrote:Use this code to add to CSS Override mode:
- Code: Select all
#gkContent{
width: 66% !important;
margin-right: 5px;
}
Let me know if it helps.
.box div.content, .box_text div.content{
padding: 18px 18px 18px 0!important;
}
.jplayer-box > object{
margin-right: 18px;
}
Don Lee wrote:Here you go add this css code:
- Code: Select all
.box div.content, .box_text div.content{
padding: 18px 18px 18px 0!important;
}
.jplayer-box > object{
margin-right: 18px;
}
#gkContent{
width: 66% !important;
margin-right: 5px;
margin-top: -38px;
}