Module Title Sizes

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/8/2010 7:22:54 PM
Gravatar
Total Posts 115
mojoPortal Community Expert

Module Title Sizes

Since upgrading to 2.3.3.6 I have noticed several odd module title sizes on different modules. For example an RSS feed, the rsstitle class on the andreasviklund02 skin is incredible big. Using FireBug in FF I was able to see that the font size was set to 30px and it was inheriting from the h2 tag. Should it be doing this? I am still new and learning CSS.

Thanks

2/9/2010 6:37:14 AM
Gravatar
Total Posts 18439

Re: Module Title Sizes

Most of these are already fixed in svn, some CSS improvements for heading style were made, in some cases like in the Feed Manager it revealed we were using an h2 where it should be an h3. You can fix this in your copy by editing the /FeedManager/FeedManagerModule.ascx

For other issues you can add this to your css: 

.pagelayout h2, .register h2 { font-size:14px; }

I've actually updated the download for 2.3.3.6 to patch these issues so they are already fixed for new downloads.

Best,

Joe

2/9/2010 7:22:12 AM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: Module Title Sizes

I just re-downloaded the deployment files. And once I copied them over it worked like a charge. I appreciate all the work you put into this product.

Thanks Joe.

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