1
mjz55
when open wfdownloads module my whole page shifts to left
  • 2011/1/18 14:19

  • mjz55

  • Quite a regular

  • Posts: 298

  • Since: 2007/1/18


When you go tohttp://www.coopersburgema.org/ and click on either download link the whole web page shifts to the left.

Module WFDownloads 3.2
Using illusion theme.
XOOPS Version XOOPS 2.4.4
PHP Version 5.2.15
mySQL Version 5.1.52
Server API cgi-fcgi
OS Linux
safe_mode Off
register_globals On
magic_quotes_gpc Off
allow_url_fopen On
fsockopen On
post_max_size 64M
max_input_time 60
output_buffering
max_execution_time 30
memory_limit 64M
file_uploads On
upload_max_filesize 64M

2
playsome
Re: when open wfdownloads module my whole page shifts to left
  • 2011/1/18 14:57

  • playsome

  • Not too shy to talk

  • Posts: 197

  • Since: 2009/4/15


Hi, looks like you just have some conflict with your css. your theme css is centering the page but the css file associated with wfdownloads is making it align to the left.

Look at the css file for wfdownloads and make sure there is no selector which would conflict with your theme e.g the thickbox.css seems to be called when on wfdownloads and it has

*
{
margin: 0;
padding: 0;
}

which wont center the page, however your theme css has

*{
margin: 0 auto;
}

which will center your page, so I would say it is thickbox.css which is causing the problem.

3
mjz55
Re: when open wfdownloads module my whole page shifts to left
  • 2011/1/21 12:31

  • mjz55

  • Quite a regular

  • Posts: 298

  • Since: 2007/1/18


Thank you, that did it. I wish I know how to figure out those issues.

4
ghia
Re: when open wfdownloads module my whole page shifts to left
  • 2011/1/21 14:52

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


FireFox + FireBug + some knowledge about HTML & CSS

5
redheadedrod
Re: when open wfdownloads module my whole page shifts to left

Quote:

ghia wrote:
FireFox + FireBug + some knowledge about HTML & CSS


+1

Login

Who's Online

148 user(s) are online (95 user(s) are browsing Support Forums)


Members: 0


Guests: 148


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits