Blog: Add CSS Classes

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
12/22/2010 4:34:55 PM
Gravatar
Total Posts 2239

Blog: Add CSS Classes

Hi Joe,

Can you add the following CSS Classes?

BlogViewControl.ascx:

  • wrap the author and date (lines 32, 33) in spans with classes like in PostList.ascx
  • wrap the "previous" and "next" post links (lines 35, 36) in spans with classes.

Thanks,
Joe D.

 

 

12/22/2010 4:53:28 PM
Gravatar
Total Posts 550

Re: Blog: Add CSS Classes

Hi Joes ,

In my opinion it is better  that move the feed icon of blog out of  blognavright/blognavleft, Because when we disable all things in those panes( blognavright or blognavleft) we see a white panel on blog instance just with a feed icon. Or if there is a way to do it with css please let me know.

Best,

Asad

 

12/22/2010 5:24:42 PM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Blog: Add CSS Classes

Hi Asad, you could do something like this to keep the blog right pane from being extra large when not necessary:

.blogcenter-rightnav {width 95%;}
.blognavright { width: 5%;}

You can also remove the float:right from .blognavright, and the RSS icon will appear above the blog.

I'm getting better at CSS every day, and it's all thanks to mojoPortal! laugh

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