By kingto on
Hello,
i used Printer, e-mail and PDF mod. well, I have set the irons display in Content corner, you can see at:
http://www.18wos.org/mods/20100125/kenworth-w900l-day-cab-for-ets.html
and then, the two irons displayed between the node tittle and content, so there is a blank space on the left of the irons.
I want to move the two irons to the right side of the tittle, just like this picture:
http://www.truckfan.net/move.PNG
How can i do it?
Thank you very much.
Comments
I too had this problem. Use
I too had this problem.
Use CSS to change its postion: absolute; top: 0.
if the icons go to the top of the page, you have to make the div#main - position: relative.
many thanks for your
many thanks for your help.
well, it's moved to the left side of the node, as you can see at: http://www.18wos.org/mods/20100125/kenworth-w900l-day-cab-for-ets.html
the irons display under the div "node", maybe i have to move it to the right side of the title.
page:
node.tpl.php:
I can't find a way to modify it, >_<
thanks.
oh, i got it. I tried to drop
oh, i got it.
I tried to drop the
in the node.tpl.php
and then, it's okay. ^_^
thanks again for your help!
you don't need to use tables.
you don't need to use tables. you can just add 'right: 0' to the css values.
yeah, it's better than
yeah, it's better than tables. thx.
Well, I'm deeply regret that there is a larger blank space on the left side of my views field, as you see at: http://www.truckfan.net/shot.PNG
this blank space only appears at every views page, the other pages are all correct.
and i just found this css value:
#main {margin-top:0px; margin-left: 20px;}to modify the width between left sidebar and the main section. but actually, if i change this css value, the normal pages will be wrong.
I just would like to correct it. Could you help me?
thank you very much.
some css of the views field:
give me two links. one with
give me two links.
one with normal content and one with a view.
CSS can be a little tricky sometimes.
normal page:
normal page: http://www.18wos.org/user/register or every node page such as http://www.18wos.org/mods/20100126/mack-road-train-for-extreme-trucker.html
and views: http://www.18wos.org/reprint_mod or the front page of this website.
thanks!
argh all these tables. makes
argh all these tables. makes it harder to find the culprit.
you should look into CSS.
anyway the offending CSS is in .item-list ul li. but if you change the margins there you will mess up any other list you have.
put this in your CSS instead:
.view-content ul li { margin: 0; }
yes, you are right. it's okay
yes, you are right.
it's okay now, thank you very much!
I can only add this one into some wrong views, the other list will not be concerned i think. lol