Hi, wanted to make the navigation menu float on the right side of the content. I tried adding float right and right 0 but they made no effect.
What am I doing wrong?
Thanks
Hi, wanted to make the navigation menu float on the right side of the content. I tried adding float right and right 0 but they made no effect.
What am I doing wrong?
Thanks
some help please
Hi,
Do you still need help with this? In case it's wrongly marked try adding this to your custom.css or Quick CSS.
.sidebar.sidebar_absolute {
float: right;
position: relative;
}
Regards,
Mya
You must log in to post.