Well, I am trying to move the position of the map on the screen. I have entered this code into the HTML(or CSS) through firebug
element.style {
width: 325px;
height: 250px;
position: relative;
left: 650px;
top: -20px;
}
But now all I need to do is to save it into my wordpress editor. Do I need to enter this code into my stylesheet? or do something different?