Repositioning Elements

Ready
At times a logo or welcome box might be a bit off in terms of where it is positioned. Here are some ways you can reposition elements or targeted images. The following is an example on how you can target the logo to move upward.

#Logo{
    margin-top:-10px;
}

To position an element to move right, in this case the #Logo, you might enter the following.

#Logo{
    margin-left:10px;
}

*Please note that when you position anything it may or may not interfere with other elements and result in unwanted results. No need to fear. You can have everything back in place by simply removing the CSS you added.


#CSS
0 comments
1 Views
0 revisions
 

Related Links

No Related Resource entered.