Ning Developer Docs

I wish to move the signup/signin box (account module) to the bottom of the column... anyone know the CSS to achieve this ?

Views: 0

Replies to This Discussion

Hi Michael,

You can do this by changing CSS. Follow these steps:
My Network(Dashboard)->Appearance->(select "Advanced" tab)
at the bottom the CSS you can add your CSS for

#xg_module_account {
/*ADD YOUR STYLE HERE*/
}

-To remove account module border use this CSS:
.xg_lightborder{
border: 0px;
}

Please check my attachment.

Thankyou - but I am unsure what style statement to use to MOVE the box to the bottom... I have tried position: bottom; but it didn't work... can you tell me the code I need insert ?


ravi kumar said:
Hi Michael,

You can do this by changing CSS. Follow these steps:
My Network(Dashboard)->Appearance->(select "Advanced" tab)
at the bottom the CSS you can add your CSS for

#xg_module_account {
/*ADD YOUR STYLE HERE*/
}

-To remove account module border use this CSS:
.xg_lightborder{
border: 0px;
}

Please check my attachment.

Hi Micheal,

use this property

"position: absolute;"

then you can move your by using "top", "left" or "right" properties.
check this link for reference: http://www.w3schools.com/css/css_positioning.asp

Thank you,
-Ravi

RSS

© 2024   Created by Ning Developer Admin.   Powered by

Badges  |  Report an Issue  |  Terms of Service