Quote:
Just need to move it to right, but try all margin-right and nothing works
|
Do you mean you want to move it to the
left as the arrow in your attachment shows? You need to edit the "right" property
I got this out of my developer tool
Code:
.toplinks {
position: absolute;
right: 20px;
top: 0;
color: #ffffff;
font: normal normal normal 11px Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
text-align: right;
background: none;
}
If you can figure out what style sheet has class toplinks you could edit it there but it would be easier to override it with inline styling in the header template
Code:
<div id="toplinks" class="toplinks" style="right:0px;">