Move RSS Feed Icon in Blog

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
2/10/2012 1:47:16 PM
Gravatar
Total Posts 41

Move RSS Feed Icon in Blog

While I've been able to move the RSS feed icon around the right had side of the Blog page I have not been able to figure out how to get it over to the left hand side of the page up by the Blog title.

Also, is it possible to change the colour of the right hand side column in the blog page?

Thanks in advance.
Rob

2/13/2012 12:30:23 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Move RSS Feed Icon in Blog

Hi Rob, the CSS container for the blog right hand pane is blognavright. You can use CSS to change the colors in this container, and you can even make the whole thing appear on the left side (which would place the RSS icon directly under the blog title) like this:

.blognavright {
   float: left;
}

I also seem to vaguely remember a post about a user.config key that would change the layout of the blog. Unfortunately I can't find it now, but if you spend some time searching the forums for posts about the blog module you may be able to find it.

Hope that helps,

Jamie

2/13/2012 12:50:30 PM
Gravatar
Total Posts 2239

Re: Move RSS Feed Icon in Blog

Hi,

In the module settings for the blog, under Navigation, you'll find the "Navigation on Right?" setting. Remove the checkmark for this and the blog nav will move to the left.

HTH,
Joe D. 

2/13/2012 1:05:31 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Move RSS Feed Icon in Blog

Even easier! Thanks Joe.

2/13/2012 1:09:54 PM
Gravatar
Total Posts 41

Re: Move RSS Feed Icon in Blog

Thanks guys.  Found both ways to move the navigation.

I'll search some more to try and find a way to separate the RSS icon from the navigation. Just for clarification I'd like to get the icon up at the Blog title (or Page title I guess).

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