Content Size

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
12/2/2009 4:13:08 AM
Gravatar
Total Posts 8

Content Size

How to increase the content size in a web page, It is very small in my site...But in mojoportal website, it is sufficient enough. Also how to get multiple horizontal menus in my web pages as such i am seeing in this page.

12/2/2009 10:46:15 AM
Gravatar
Total Posts 2239

Re: Content Size

Hi,

The font-size is probably set to something small in your skin. I would check the body, pagebody or even html selectors in your css.

To use multiple horizontal menus, you can get guidance from this page: http://i7media.net/multiple-horizontal-menus-in-mojoportal.

By the way, your question is probably better suited for the Help with Skins forum.

HTH,
Joe D.

12/2/2009 11:05:27 PM
Gravatar
Total Posts 8

Re: Content Size

Wanna send you screenshot of how i need, How can i send screenshot?

12/3/2009 9:17:58 AM
Gravatar
Total Posts 2239

Re: Content Size

You can upload your screenshot to your website and provide a link to it here.

-Joe D.

12/3/2009 11:19:13 PM
Gravatar
Total Posts 8

Re: Content Size

Please check the Link http://www.prospectatech.com/Screenshot_medium.jpg I am getting menu in 2 lines which is not at all gog, it is overlapping the banner. Also content size is less, How to increase that..

I want the content size, menus as as such it is in mojoportal site. Refer screenshot http://www.prospectatech.com/Menu.jpg

12/4/2009 12:35:39 AM
Gravatar
Total Posts 2239

Re: Content Size

Hi,

  1. Set the width of #wrapwebsite to 950px.
  2. Set the width of .headerphoto to 950px.
  3. Increase the width of your headerimage to 950px using a photo editor.

The double menu is due to the menu having too many items and it is overflowing. If you want double horiztonal menus like the ones on this site, follow the instructions at: http://i7media.net/multiple-horizontal-menus-in-mojoportal. Please notice that the second horizontal menu on this site is for the page menu. It is not a continuation of the Site Menu.

Hope this helps,
Joe D.

 

12/4/2009 6:34:52 AM
Gravatar
Total Posts 8

Re: Content Size

Even i changed them, Content size was not changed..In which file i have to change...I changed in all files were there is #wrapwebsite

12/4/2009 6:42:13 AM
Gravatar
Total Posts 8

Re: Content Size

Even i changed them, Content size was not changed..In which file i have to change...I changed in all files were there is #wrapwebsite

Also i noticed a tag in view source of html file

<link href='http://localhost:60941/Data/Sites/1/skins/styleshout-brightsideoflife/csshandler.ashx?skin=styleshout-brightsideoflife' type='text/css' rel='stylesheet' />

 

In which i didn't foun that csshandler.ashx file in my folder. I am using source code mojoportal-2-3-3-0-sourcecode

12/4/2009 11:27:07 AM
Gravatar
Total Posts 2239

Re: Content Size

Hi,

I should explained where the files are located that need to be changed. The file you need to change is style.css and it is located in \Data\sites\1\skins\styleshout-brightsideoflife.

The csshandler.ashx doesn't actually exist in the skin folder. mojoPortal will grab requests for this file and process the CSS combining. If you put that path in your browser, all of the site's CSS will be shown.

When you are modifying any skin, make sure you have the values below set to false in your user.config.

<add key="CacheCssOnServer" value="false" />
<add key="CacheCssInBrowser" value="false" />

Thanks,
Joe D.

12/4/2009 10:21:03 PM
Gravatar
Total Posts 8

Re: Content Size

Thank You Very Much. Will try and let you know

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