How to Move Blog Archives, Calendar, etc

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
4/18/2011 10:51:08 PM
Gravatar
Total Posts 4

How to Move Blog Archives, Calendar, etc

I have tried and tried and tried, but the blog archive, etc will not move to the left or right panel.

Can someone post the basic instructions to do this so I can double check what I am trying to do?

Thank you in advance

4/19/2011 12:24:28 AM
Gravatar
Total Posts 4

Re: How to Move Blog Archives, Calendar, etc

After further research, I see that there is a CSS for this exact thing but the skin I was working with did not have it.  Problem solved.

4/20/2011 2:07:26 AM
Gravatar
Total Posts 4

Re: How to Move Blog Archives, Calendar, etc

It's not on the right anymore!?  I have the settings set to TRUE for right side navigation.  In fact, if I change to a different theme, it will show archive on the sidebar.  When I go back to the one I was using that worked yesterday, it no longer shows it on the right!

Any help?

4/22/2011 9:07:17 AM
Gravatar
Total Posts 18439

Re: How to Move Blog Archives, Calendar, etc

It has to be something in your CSS.

Most skins have something like this:

.blognavright {float: right; width: 175px;  padding: 5px 5px 30px 5px;
margin: 0px 0px 0px 0px;  }
.blogcenter-rightnav {margin:0px 185px 0px 0px; padding: 5px 0px 0px 5px;    }

you are probably missing that float:right or else you have something lower in the CSS that overrides it.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.