Shape 5

Joomla Templates => City Portal - January - Club => : tim205 July 30, 2009, 08:46:59 PM



: CSS issues on 2 pages
: tim205 July 30, 2009, 08:46:59 PM
The site is question is http://www.offenderservices.com

The "home page" and "about us page" is styled differently from the rest of the pages. I would like for them to look like the others but I can't seem to locate the right css block.  I don't know if this is a related issue, but the same two pages do not display properly in internet explorer. They align ok in Firefox and Safari, but in I.E. the scrolling advertisement is pushed down below the content.

Also, the scrolling advertisement banner on the right is not flush with the right margin of the page. It is aligned to the left.

I appreciate any help in resolving these matters!
Tim


: Re: CSS issues on 2 pages
: jonahh July 30, 2009, 11:56:25 PM
Hello Tim,

As for the styling problem I believe this is due to the error you are receiving which can be fixed here:

http://www.shape5.com/component/option,com_smf/Itemid,75/topic,6785.0/

As for the banner problem it appears the following CSS sets some of styling for the banner module perhaps try changing this:

#marqueecontainer {
height:300px;
overflow:hidden;
position:relative;
width:233px;
}

Decreasing the width and adding a left padding or margin to push it over to the right.

Regards,


: Re: CSS issues on 2 pages
: tim205 July 31, 2009, 10:30:49 AM
What is the css file you are referencing? #marqueecontainer  is not located in template_css.css.

Thanks for the tip on correcting the php errors. worked great!

Also, what css would need to be edited to space out the vertical menus appearing on the left? They are a little crowded.

Regards,
Tim


: Re: CSS issues on 2 pages
: jonahh July 31, 2009, 11:34:58 AM
Most likely that CSS is located someowhere in the module folder of the scrolling banner module.

If you add one of the four module styles available here:
http://shape5.com/demo/city_portal/index.php?option=com_content&task=view&id=14&Itemid=49

To the left menus, this will fix the problem.


: Re: CSS issues on 2 pages
: tim205 July 31, 2009, 11:02:29 PM
thanks for the menu tips.

I could not locate any css for the module. I installed other modules in the right position and they are all aligned to the left, leaving a large margin space on the right. Based on that, I think the adjustment needs to made in the template itself and not the specific modules. Any other ideas?  I would like to have the modules installed in the right module positions be aligned to the far right and then have the body area centered between the left & right columns.

thanks,
Tim


: Re: CSS issues on 2 pages
: jonahh August 03, 2009, 08:28:00 PM
template_css.css (line 1026)

#s5_rightcolumn {
float:left;
}

You can flop this to float right, this is the place where the right column is being floated left.


: Re: CSS issues on 2 pages
: tim205 August 03, 2009, 10:18:50 PM
Thanks for the response, but still no luck. I changed the float to the right and it is still the same. Any other ideas?

Thanks


: Re: CSS issues on 2 pages
: tim205 August 04, 2009, 11:11:39 AM
Got it, Thanks for your help!

Tim