How to move the go button - My account

Hello people,



Well the title says everything :P , i have also attached one image showing exactly what i want to do.



Thanks in advance,

Artemis

Untitled-5.jpg

I would suggest you familiarize yourself with firebug (firefox addon) to find the relative CSS class needing modification.





in your case adding the following works when viewed in firefox.



.updates-wrapper .go-button {

padding-left: 0px;

}



.updates-wrapper .input-text {

width:113px;



}

Thanks for the info, unfortunately it didn’t work :(

Have you changed the width of your right column?

Oh, well so i must go on the css hooks, put this lines of code:


.updates-wrapper .go-button {
padding-left: 0px;
}

.updates-wrapper .input-text {
width:113px;

}




and then go on the administration panel > blocks and change the width of the column?

I've had a good look.



This is a bug that only happens with the basic skin and firefox 6



NFI on how to fix it as the code is fine on all other browers