VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

top right and footer width issue
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: top right and footer width issue

top right and footer width issue 18 Jan 2013 21:36 #1559

Hello,

top right and bottom have a relative width. This works great with chrome or firefox but doesn't work with ie8 or ie9. How can I fix it?

thx.

  • Posts:9
  • passardi
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: top right and footer width issue 19 Jan 2013 03:27 #1563

Hi
You need edit file: templates\jf_architec-design\index.php
replace
 
jQuery("#jf-topright").width((jQuery(window).width()-940)/2 + 175);
jQuery("#jf-bottom").width((jQuery(window).width()-940)/2 + 940);
 

with
 
var wtopRight = (jQuery(window).width()-940)/2 + 175;
var wBottom = (jQuery(window).width()-940)/2 + 940;
jQuery("#jf-topright").css('width',wtopRight+'px');
jQuery("#jf-bottom").css('width', wBottom+'px');
 

  • Posts:266
  • kurtcobain
  • Gold Boarder
  • OFFLINE
  • Karma: 0

Re: top right and footer width issue 22 Jan 2013 08:56 #1575

Thank you! it works great

  • Posts:9
  • passardi
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.59 seconds
Thursday 25 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.