• Hi,

    I would like to change the position of the sidebar so changed the Stylesheet part to float:right see here:

    .side_bar {
    	width: 10px;
    	margin: 0 0 0 45px;
    	padding: 0;
    	float: right;
    	max-width: 100%;

    See website here
    http://livehazards.com/lightning

    The sidebar is still on the left, any idea how to get it to the right side?

The topic ‘Sidebar position won’t change’ is closed to new replies.